We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb00f30 commit 1fd6e98Copy full SHA for 1fd6e98
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: ${{ replace(variables['Build.SourceBranch'], 'refs/heads/', '') }}
88
GitHubOrg: 'NuGet'
89
90
- stage: StaticSourceAnalysis
0 commit comments