Update Pipelines to use Windows vmimage

This commit is contained in:
Alexander Luzgarev 2018-10-14 13:48:35 +02:00 committed by GitHub
parent 1017fa5b96
commit 8b3ac5d5d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'vs2017-win2016'
variables:
buildConfiguration: 'Release'