mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
vs pipeline
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
53514281d2
commit
f2098dc863
15
scripts/azure-pipeline.vs.yaml
Normal file
15
scripts/azure-pipeline.vs.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
pool:
|
||||
name: Hosted
|
||||
demands: python
|
||||
|
||||
steps:
|
||||
- task: DotNetCoreInstaller@0
|
||||
displayName: 'Use .NET Core sdk 2.1'
|
||||
inputs:
|
||||
version: 2.1.300
|
||||
|
||||
- task: BatchScript@1
|
||||
displayName: 'scripts\mk_win_dist.py'
|
||||
inputs:
|
||||
filename: 'scripts\mk_win_dist.py'
|
||||
|
|
@ -12,4 +12,5 @@ steps:
|
|||
displayName: 'scripts\vsts-vs2017.cmd'
|
||||
inputs:
|
||||
filename: 'scripts\vsts-vs2017.cmd'
|
||||
arguments: 'x64'
|
||||
|
||||
|
|
Loading…
Reference in a new issue