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
1c89fd32b5
commit
3f7a2105d9
|
@ -3,6 +3,9 @@ pool:
|
|||
|
||||
|
||||
steps:
|
||||
|
||||
- script: git clone https://github.com/z3prover/bin bin
|
||||
|
||||
- task: DotNetCoreInstaller@0
|
||||
displayName: 'Use .NET Core sdk 2.1'
|
||||
inputs:
|
||||
|
@ -17,4 +20,11 @@ steps:
|
|||
inputs:
|
||||
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