mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
pipe v1
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
11d7fca4d6
commit
d19eae1876
15
scripts/azure-pipeline.vsts-vs2013.yaml
Normal file
15
scripts/azure-pipeline.vsts-vs2013.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-vs2013.cmd'
|
||||
inputs:
|
||||
filename: 'scripts\vsts-vs2013.cmd'
|
||||
|
Loading…
Reference in a new issue