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
be570c212f
commit
471929ded4
|
@ -11,14 +11,8 @@ steps:
|
|||
|
||||
|
||||
- task: BatchScript@1
|
||||
displayName: 'Setup VS'
|
||||
displayName: 'run windist'
|
||||
inputs:
|
||||
filePath: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat"'
|
||||
arguments: 'x64'
|
||||
filePath: 'scripts\mk_win_dist.cmd'
|
||||
|
||||
|
||||
- task: PythonScript@0
|
||||
inputs:
|
||||
scriptSource: 'filePath'
|
||||
scriptPath: 'scripts\mk_win_dist.py'
|
||||
|
||||
|
|
Loading…
Reference in a new issue