From c0774dcda8bd831be1b42caafe06b7d47939a211 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Fri, 2 Aug 2024 12:09:49 -0500 Subject: [PATCH] Revert "Reapply "build: switch back to the "latest" OneBranch build image (#17630)"" This reverts commit 114c2b44d1c9e3035afd01849ad45610afff674b. --- .../templates-v2/pipeline-onebranch-full-release-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/pipelines/templates-v2/pipeline-onebranch-full-release-build.yml b/build/pipelines/templates-v2/pipeline-onebranch-full-release-build.yml index 41a2dc0002..be5cbaca78 100644 --- a/build/pipelines/templates-v2/pipeline-onebranch-full-release-build.yml +++ b/build/pipelines/templates-v2/pipeline-onebranch-full-release-build.yml @@ -106,6 +106,11 @@ extends: - stage: Build displayName: Build dependsOn: [] + variables: + # This was set by the parent build, but we need to override it to select a specific compiler version + - template: ./build/pipelines/templates-v2/variables-onebranch-config.yml@self + parameters: + containerVersion: 1.0.02566.28 jobs: - template: ./build/pipelines/templates-v2/job-build-project.yml@self parameters: