diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f9993ef1b..e97e04e7b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,29 +1,24 @@ + + pool: - - name: Hosted - - demands: Cmd - - + vmImage: "vs2017-win2016" steps: - - task: DotNetCoreInstaller@0 - displayName: 'Use .NET Core sdk 2.1' - inputs: - version: 2.1.300 - - -- task: BatchScript@1 - - displayName: 'scripts\vsts-vs2017.cmd' - +- task: DownloadSecureFile@1 inputs: + secureFile: 'z3.snk' + +- script: scripts\vsts-vs2017.cmd + +- script: scripts\vsts-vs2013.cmd + + + - filename: 'scripts\vsts-vs2017.cmd'