From 868cc77b903a37c63aaab2eef978ff3297d59ffb Mon Sep 17 00:00:00 2001 From: MaceWindu Date: Sun, 21 Nov 2021 14:13:59 +0100 Subject: [PATCH] use windows-2022 agent --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e948f6c..08485c2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ stages: jobs: - job: build_job pool: - vmImage: 'windows-2019' + vmImage: 'windows-2022' variables: packageVersion: $(nugetVersion) displayName: 'Build'