mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
convert formatting tabs to spaces (#7140)
* 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
This commit is contained in:
parent
c67200ef72
commit
2880ea3971
|
@ -247,7 +247,7 @@ stages:
|
||||||
displayName: 'Download macOS Arm64 Build'
|
displayName: 'Download macOS Arm64 Build'
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'MacArm64'
|
artifact: 'MacArm64'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)\package
|
||||||
- task: NuGetToolInstaller@0
|
- task: NuGetToolInstaller@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: 5.x
|
versionSpec: 5.x
|
||||||
|
|
Loading…
Reference in a new issue