mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
fdfb9e4fd5
commit
2da9f943ba
29
azure-pipelines.yml
Normal file
29
azure-pipelines.yml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
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