Skip to content

Commit f84475a

Browse files
authored
Switch OneLoc to main (#111872)
1 parent 22be4ca commit f84475a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: eng/pipelines/runtime-official.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ extends:
4040
#
4141
# Localization build
4242
#
43-
44-
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/9.0') }}:
43+
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
4544
- template: /eng/common/templates-official/job/onelocbuild.yml
4645
parameters:
4746
MirrorRepo: runtime
48-
MirrorBranch: release/9.0
47+
MirrorBranch: main
4948
LclSource: lclFilesfromPackage
5049
LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
5150

0 commit comments

Comments
 (0)