mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
update pipeline
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
17c894fa62
commit
66283a1722
4 changed files with 27 additions and 44 deletions
|
@ -1,15 +0,0 @@
|
|||
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'
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
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'
|
||||
arguments: 'x64'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue