Skip to content

Commit 7341a68

Browse files
authored
Configure OneLocBuild id for release branch (#6883) (#6886)
1 parent 58f39ab commit 7341a68

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

eng/pipelines/templates/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ stages:
8282
- template: /eng/common/templates-official/job/onelocbuild.yml
8383
parameters:
8484
LclSource: lclFilesfromPackage
85-
LclPackageId: 'LCL-JUNO-PROD-NuGetClient'
85+
${{ if eq(variables['Build.SourceBranch'], 'refs/heads/dev') }}:
86+
LclPackageId: 'LCL-MAIN-PROD-NuGetClient'
87+
${{ else }}:
88+
LclPackageId: 'LCL-JUNO-PROD-NuGetClientRel'
8689
MirrorRepo: 'NuGet.Client'
8790
MirrorBranch: ${{ replace(variables['Build.SourceBranch'], 'refs/heads/', '') }}
8891
GitHubOrg: 'NuGet'

0 commit comments

Comments
 (0)