From 8b3ac5d5d898affd1fd4e8ea4324f3308b604b3f Mon Sep 17 00:00:00 2001 From: Alexander Luzgarev Date: Sun, 14 Oct 2018 13:48:35 +0200 Subject: [PATCH] Update Pipelines to use Windows vmimage --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e3a5e2b..bc83a58 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'