Skip to content

Commit

Permalink
convert formatting tabs to spaces (#7140)
Browse files Browse the repository at this point in the history
* Update nightly.yaml for Azure Pipelines

match nightly builds to release builds

* Fix nightly.yaml

* fix indent

* fix indent

* convert tabs to spaces for proper formatting in yaml
  • Loading branch information
jfleisher committed Feb 26, 2024
1 parent c67200e commit 2880ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ stages:
displayName: 'Download macOS Arm64 Build'
inputs:
artifact: 'MacArm64'
path: $(Agent.TempDirectory)\package
path: $(Agent.TempDirectory)\package
- task: NuGetToolInstaller@0
inputs:
versionSpec: 5.x
Expand Down

0 comments on commit 2880ea3

Please sign in to comment.