Skip to content

Commit 05033da

Browse files
authored
Fix syntax to run OneLoc in CI builds (#6858)
1 parent b9f6f0b commit 05033da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/pipelines/templates/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ stages:
8484
LclSource: lclFilesfromPackage
8585
LclPackageId: 'LCL-JUNO-PROD-NuGetClient'
8686
MirrorRepo: 'NuGet.Client'
87-
MirrorBranch: ${{ variables['SourceBranch'] }}
87+
MirrorBranch: $[ variables['SourceBranch'] ]
8888
GitHubOrg: 'NuGet'
8989

9090
- stage: StaticSourceAnalysis

0 commit comments

Comments
 (0)