mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
Update azure-pipeline.vs.yaml for Azure Pipelines
This commit is contained in:
parent
84fb0e5d5b
commit
eda1e1bc8e
|
@ -6,18 +6,18 @@ steps:
|
||||||
|
|
||||||
# - script: git clone https://github.com/z3prover/bin bin
|
# - script: git clone https://github.com/z3prover/bin bin
|
||||||
|
|
||||||
- task: DotNetCoreInstaller@0
|
#- task: DotNetCoreInstaller@0
|
||||||
displayName: 'Use .NET Core sdk 2.1'
|
# displayName: 'Use .NET Core sdk 2.1'
|
||||||
inputs:
|
# inputs:
|
||||||
version: 2.1.300
|
# version: 2.1.300
|
||||||
|
|
||||||
- task: DownloadSecureFile@1
|
# - task: DownloadSecureFile@1
|
||||||
inputs:
|
# inputs:
|
||||||
secureFile: 'z3.snk'
|
# secureFile: 'z3.snk'
|
||||||
|
|
||||||
- script: dir
|
- script: dir
|
||||||
|
|
||||||
- script: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat'
|
- script: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"'
|
||||||
|
|
||||||
|
|
||||||
- script: python scripts\mk_win_dist.py --x64-only --dotnet-key=$(Agent.TempDirectory)\z3.snk
|
- script: python scripts\mk_win_dist.py --x64-only --dotnet-key=$(Agent.TempDirectory)\z3.snk
|
||||||
|
|
Loading…
Reference in a new issue