From 8b1ae3f7d5e2af6ff375a02de5d02a87699e6329 Mon Sep 17 00:00:00 2001 From: Ian Griffiths Date: Sat, 4 Mar 2023 09:55:50 +0000 Subject: [PATCH] Change build agent pool to windows-latest --- azure-pipelines.rx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.rx.yml b/azure-pipelines.rx.yml index 270f5746f..1512e2414 100644 --- a/azure-pipelines.rx.yml +++ b/azure-pipelines.rx.yml @@ -24,7 +24,7 @@ stages: - stage: Build jobs: - job: Build - pool: vs2019-preview + pool: windows-latest variables: BuildConfiguration: Release