mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
Update azure-pipeline.vs.yaml for Azure Pipelines
This commit is contained in:
parent
1c89fd32b5
commit
3f7a2105d9
|
@ -3,6 +3,9 @@ pool:
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- script: git clone https://github.com/z3prover/bin bin
|
||||||
|
|
||||||
- task: DotNetCoreInstaller@0
|
- task: DotNetCoreInstaller@0
|
||||||
displayName: 'Use .NET Core sdk 2.1'
|
displayName: 'Use .NET Core sdk 2.1'
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -17,4 +20,11 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
filename: 'scripts/mk_win_dist.cmd'
|
filename: 'scripts/mk_win_dist.cmd'
|
||||||
|
|
||||||
|
- 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
|
||||||
|
- script: git add *.zip
|
||||||
|
- script: git commit -s -a
|
||||||
|
- script: git push
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue