Skip to content

Commit 1fd6e98

Browse files
jeffklzivkan
authored andcommitted
Fix syntax to run OneLoc in CI builds (Attempt 2) (#6859)
1 parent fb00f30 commit 1fd6e98

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: ${{ replace(variables['Build.SourceBranch'], 'refs/heads/', '') }}
8888
GitHubOrg: 'NuGet'
8989

9090
- stage: StaticSourceAnalysis

0 commit comments

Comments
 (0)