mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
25 lines
444 B
YAML
25 lines
444 B
YAML
pool:
|
|
name: Hosted
|
|
demands: cmd
|
|
|
|
|
|
steps:
|
|
- task: DotNetCoreInstaller@0
|
|
displayName: 'Use .NET Core sdk 2.1'
|
|
inputs:
|
|
version: 2.1.300
|
|
|
|
|
|
- task: BatchScript@1
|
|
displayName: 'Setup VS'
|
|
inputs:
|
|
filePath: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat'
|
|
arguments: 'x64'
|
|
|
|
|
|
- task: PythonScript@0
|
|
inputs:
|
|
scriptSource: 'filePath'
|
|
scriptPath: 'scripts\mk_win_dist.py'
|
|
|