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-04 00:11:16 +02:00
parent f2098dc863
commit 5ae1de314d

View file

@ -1,6 +1,7 @@
pool:
name: Hosted
demands: python
demands: cmd
steps:
- task: DotNetCoreInstaller@0
@ -8,8 +9,8 @@ steps:
inputs:
version: 2.1.300
- task: BatchScript@1
displayName: 'scripts\mk_win_dist.py'
- task: PythonScript@0
inputs:
filename: 'scripts\mk_win_dist.py'
scriptSource: 'filePath'
scriptPath: 'scripts\mk_win_dist.py'