Skip to content

Commit 1c4c29f

Browse files
committed
Fix OneLocBuild attempt 2
1 parent 35acdc7 commit 1c4c29f

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: $(Build.SourceBranch)
8888
GitHubOrg: 'NuGet'
8989

9090
- stage: StaticSourceAnalysis

0 commit comments

Comments
 (0)