From 8cc0f850cded56b08e2e7478e4ccf539914ad5cd Mon Sep 17 00:00:00 2001 From: Juraj Borza Date: Sun, 14 Apr 2019 13:00:37 +0200 Subject: [PATCH] Set up CI with Azure Pipelines - vm image to win2019 [skip ci] --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a238ba..1b7daea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - master pool: - vmImage: 'VS2017-Win2016' + vmImage: 'windows-2019' variables: solution: '**/*.sln'