We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35acdc7 commit 1c4c29fCopy full SHA for 1c4c29f
1 file changed
eng/pipelines/templates/pipeline.yml
@@ -84,7 +84,7 @@ stages:
84
LclSource: lclFilesfromPackage
85
LclPackageId: 'LCL-JUNO-PROD-NuGetClient'
86
MirrorRepo: 'NuGet.Client'
87
- MirrorBranch: $[ variables['SourceBranch'] ]
+ MirrorBranch: $(Build.SourceBranch)
88
GitHubOrg: 'NuGet'
89
90
- stage: StaticSourceAnalysis
0 commit comments