mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
Update azure-pipeline.vs.yaml for Azure Pipelines
This commit is contained in:
parent
3f7a2105d9
commit
8d76956964
|
@ -15,11 +15,14 @@ steps:
|
|||
inputs:
|
||||
secureFile: 'z3.snk'
|
||||
|
||||
- script: dir
|
||||
|
||||
- task: BatchScript@1
|
||||
displayName: 'run windist'
|
||||
inputs:
|
||||
filename: 'scripts/mk_win_dist.cmd'
|
||||
|
||||
- script: dir
|
||||
- script: xcopy dist\z3-4.8.6-x86-win\*.zip bin\nightly\* /y
|
||||
- script: xcopy dist\z3-4.8.6-x64-win\*.zip bin\nightly\* /y
|
||||
- script: cd bin\nightly
|
||||
|
|
Loading…
Reference in a new issue