We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35acdc7 commit a222d68Copy full SHA for a222d68
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