Skip to content

Commit f91cf24

Browse files
Change OneLocBuild mirror branch to release/9.0 temporarily (#106434)
Co-authored-by: carlossanlop <[email protected]>
1 parent cef3898 commit f91cf24

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

eng/pipelines/runtime-official.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ extends:
4141
# Localization build
4242
#
4343

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'
44+
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/9.0') }}:
45+
- template: /eng/common/templates-official/job/onelocbuild.yml
46+
parameters:
47+
MirrorRepo: runtime
48+
MirrorBranch: release/9.0
49+
LclSource: lclFilesfromPackage
50+
LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
5051

5152
#
5253
# Source Index Build

0 commit comments

Comments
 (0)