From 3f26c5596a4d7e97aa5774e0f67c3986d9474be7 Mon Sep 17 00:00:00 2001 From: Andy Zivkovic Date: Wed, 15 Oct 2025 12:21:06 +1030 Subject: [PATCH] Fix syntax to run OneLoc in CI builds --- 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 e0cec7157a9..927bc89c531 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['SourceBranch'] ] GitHubOrg: 'NuGet' - stage: StaticSourceAnalysis