3
0
Fork 0
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:
Nikolaj Bjorner 2019-06-05 20:14:35 +02:00
parent 8b187e4c0a
commit cdad6f3f97

View file

@ -15,14 +15,7 @@ steps:
inputs:
secureFile: 'z3.snk'
- script: dir
- script: scripts\mk_win_dist.cmd
- script: dir
- script: dir dist
- script: xcopy dist\*.zip bin\nightly\* /y
- script: cd bin\nightly
- script: git add *.zip
- script: git commit -s -a
- script: git push