From cad432a899700cb16304a35e38cca8aca88b25fd Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 17 Nov 2020 14:59:35 +0100 Subject: [PATCH] Fixed the used Azure DevOps vmImage --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f25769744..544d1ed96 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: - 'release/1*' pool: - vmImage: 'Windows-2019' + vmImage: 'Windows-latest' variables: solution: '**/*.sln'