From 7ee83dd8c96e14df8800a2fc22cbcb2eafe84a38 Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Sun, 6 Jun 2021 15:37:36 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c62e270..f5c5d7e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - master pool: - vmImage: 'Windows-2019' + vmImage: 'windows-latest' variables: solution: '**/*.sln'