We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f6f0b commit 05033daCopy full SHA for 05033da
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: $[ variables['SourceBranch'] ]
88
GitHubOrg: 'NuGet'
89
90
- stage: StaticSourceAnalysis
0 commit comments