From 7b56e18086e7c72933b7029e38c8b9b3c7f9ca10 Mon Sep 17 00:00:00 2001 From: Andy Zivkovic Date: Thu, 16 Oct 2025 05:56:23 +1030 Subject: [PATCH] CI: Revert OneLoc syntax to last working --- 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..c8c9cac8c59 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: ${{ variables['Build.SourceBranchName'] }} GitHubOrg: 'NuGet' - stage: StaticSourceAnalysis