From 34f5b89652043239ff65ab9cf4b962c565d322da Mon Sep 17 00:00:00 2001 From: Neil Boyd Date: Tue, 8 Feb 2022 07:32:24 +0100 Subject: [PATCH] try windows 2019 build agent --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e2706a5de..fcea1c465 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ stages: jobs: - job: Build pool: - vmImage: windows-latest + vmImage: windows-2019 steps: - task: UseDotNet@2