mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +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'
|
||||
inputs:
|
||||
artifact: 'MacArm64'
|
||||
path: $(Agent.TempDirectory)\package
|
||||
path: $(Agent.TempDirectory)\package
|
||||
- task: NuGetToolInstaller@0
|
||||
inputs:
|
||||
versionSpec: 5.x
|
||||
|
|
Loading…
Reference in a new issue