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 }}