From 050e237c63dd282764b4c3b2fe528e50a2972c29 Mon Sep 17 00:00:00 2001 From: Jeff Kluge Date: Wed, 15 Oct 2025 13:23:56 -0700 Subject: [PATCH] WIP --- eng/pipelines/templates/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/pipeline.yml b/eng/pipelines/templates/pipeline.yml index 927bc89c531..60b5be20519 100644 --- a/eng/pipelines/templates/pipeline.yml +++ b/eng/pipelines/templates/pipeline.yml @@ -84,7 +84,7 @@ stages: LclSource: lclFilesfromPackage LclPackageId: 'LCL-JUNO-PROD-NuGetClient' MirrorRepo: 'NuGet.Client' - MirrorBranch: $[ variables['SourceBranch'] ] + MirrorBranch: ${{ replace(variables['Build.SourceBranch'], 'refs/heads/', '') }} GitHubOrg: 'NuGet' - stage: StaticSourceAnalysis