File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ stages:
4343 pool :
4444 vmImage : " macOS-latest"
4545 steps :
46- - script : python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64 --os=osx-11.0
46+ - script : python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64
4747 - script : git clone https://github.com/z3prover/z3test z3test
4848 - script : cp dist/*.zip $(Build.ArtifactStagingDirectory)/.
4949 - task : PublishPipelineArtifact@1
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ stages:
4848 pool :
4949 vmImage : " macOS-latest"
5050 steps :
51- - script : python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64 --os=osx-11.0
51+ - script : python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64
5252 - script : git clone https://github.com/z3prover/z3test z3test
5353 - script : cp dist/*.zip $(Build.ArtifactStagingDirectory)/.
5454 - task : PublishPipelineArtifact@1
You can’t perform that action at this time.
0 commit comments