From 28cadb7539ce84912adfe1718fbb01a490539331 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Wed, 1 Dec 2021 14:01:17 +0000 Subject: [PATCH] use vs2022 azure image. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9fa79ec5ba..903146cdd7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -103,7 +103,7 @@ jobs: - job: Windows pool: - vmImage: 'windows-2019' + vmImage: 'windows-2022' variables: SolutionDir: '$(Build.SourcesDirectory)' steps: