3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 04:28:17 +00:00
z3/scripts/azure-pipeline.vs.yaml
2019-06-04 01:09:52 +02:00

19 lines
250 B
YAML

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: 'run windist'
inputs:
filePath: 'scripts/mk_win_dist.cmd'