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.
2 parents d8ee7c8 + 0fdf85d commit 1584e49Copy full SHA for 1584e49
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