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
84fb0e5d5b
commit
eda1e1bc8e
|
@ -6,18 +6,18 @@ steps:
|
|||
|
||||
# - script: git clone https://github.com/z3prover/bin bin
|
||||
|
||||
- task: DotNetCoreInstaller@0
|
||||
displayName: 'Use .NET Core sdk 2.1'
|
||||
inputs:
|
||||
version: 2.1.300
|
||||
#- task: DotNetCoreInstaller@0
|
||||
# displayName: 'Use .NET Core sdk 2.1'
|
||||
# inputs:
|
||||
# version: 2.1.300
|
||||
|
||||
- task: DownloadSecureFile@1
|
||||
inputs:
|
||||
secureFile: 'z3.snk'
|
||||
# - task: DownloadSecureFile@1
|
||||
# inputs:
|
||||
# secureFile: 'z3.snk'
|
||||
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue