From fddc80c98cbc005d33bd24ec39fd7114dc8b5f60 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Wed, 13 May 2026 19:31:19 -0500 Subject: [PATCH] build: use the VS18 agents --- build/pipelines/templates-v2/pipeline-full-release-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/templates-v2/pipeline-full-release-build.yml b/build/pipelines/templates-v2/pipeline-full-release-build.yml index 8651f54568..0303a3c69a 100644 --- a/build/pipelines/templates-v2/pipeline-full-release-build.yml +++ b/build/pipelines/templates-v2/pipeline-full-release-build.yml @@ -58,7 +58,7 @@ parameters: type: object default: name: SHINE-INT-S # By default, send jobs to the small agent pool. - demands: ImageOverride -equals SHINE-VS17-Latest + demands: ImageOverride -equals SHINE-VS18-Latest variables: - template: variables-nuget-package-version.yml @@ -81,7 +81,7 @@ stages: parameters: pool: name: SHINE-INT-L # Run the compilation on the large agent pool, rather than the default small one. - demands: ImageOverride -equals SHINE-VS17-Latest + demands: ImageOverride -equals SHINE-VS18-Latest branding: ${{ parameters.branding }} buildTerminal: ${{ parameters.buildTerminal }} buildConPTY: ${{ parameters.buildConPTY }}