We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f136aa0 commit b3eaddeCopy full SHA for b3eadde
eng/pipelines/templates/pipeline.yml
@@ -82,7 +82,10 @@ stages:
82
- template: /eng/common/templates-official/job/onelocbuild.yml
83
parameters:
84
LclSource: lclFilesfromPackage
85
- LclPackageId: 'LCL-JUNO-PROD-NuGetClient'
+ ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/dev') }}:
86
+ LclPackageId: 'LCL-MAIN-PROD-NuGetClient'
87
+ ${{ else }}:
88
+ LclPackageId: 'LCL-JUNO-PROD-NuGetClientRel'
89
MirrorRepo: 'NuGet.Client'
90
MirrorBranch: ${{ replace(variables['Build.SourceBranch'], 'refs/heads/', '') }}
91
GitHubOrg: 'NuGet'
0 commit comments