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 e35e2be commit 0fdf85dCopy full SHA for 0fdf85d
eng/pipelines/runtime-official.yml
@@ -44,12 +44,13 @@ extends:
44
# Localization build
45
#
46
47
- - template: /eng/common/templates-official/job/onelocbuild.yml
48
- parameters:
49
- MirrorRepo: runtime
50
- MirrorBranch: main
51
- LclSource: lclFilesfromPackage
52
- LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
+ - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
+ - template: /eng/common/templates-official/job/onelocbuild.yml
+ parameters:
+ MirrorRepo: runtime
+ MirrorBranch: main
+ LclSource: lclFilesfromPackage
53
+ LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
54
55
56
# Source Index Build
0 commit comments