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