mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
vs2017 pipeline
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d19eae1876
commit
53514281d2
15
scripts/azure-pipeline.vsts-vs2017.yaml
Normal file
15
scripts/azure-pipeline.vsts-vs2017.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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: 'scripts\vsts-vs2017.cmd'
|
||||||
|
inputs:
|
||||||
|
filename: 'scripts\vsts-vs2017.cmd'
|
||||||
|
|
Loading…
Reference in a new issue