From 5c154eeceaebbfb63ec948307a2f656919a2cd8f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:13:47 +0000 Subject: [PATCH 1/2] Initial plan From d7a6144f05cc73af5e80f88e3d3a16c1ad39b753 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:21:36 +0000 Subject: [PATCH 2/2] Remove unused DOCKER_REPO variable causing pipeline failures Co-authored-by: lbussell <36081148+lbussell@users.noreply.github.com> --- eng/pipelines/variables/common.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/eng/pipelines/variables/common.yml b/eng/pipelines/variables/common.yml index 9a3ccd31f..ce9f7e22d 100644 --- a/eng/pipelines/variables/common.yml +++ b/eng/pipelines/variables/common.yml @@ -36,6 +36,3 @@ variables: - ${{ if not(parameters.disableMatrixTrimming) }}: - name: trimCachedImagesForMatrix value: true -- ${{ if eq(variables['System.TeamProject'], 'internal') }}: - - name: build.imageBuilderDockerRunExtraOptions - value: -e DOCKER_REPO=$(acr.server)/$(stagingRepoPrefix)dotnet-buildtools/prereqs