Skip to content

Commit f55ec6f

Browse files
authored
Re-enable OneLocBuild (#81296)
Fixes #80729
1 parent 037063c commit f55ec6f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

eng/pipelines/runtime-official.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,12 @@ extends:
3939
# Localization build
4040
#
4141

42-
# TODO: Re-enable when https://github.com/dotnet/runtime/issues/80729 is fixed.
43-
44-
#- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
45-
# - template: /eng/common/templates/job/onelocbuild.yml
46-
# parameters:
47-
# MirrorRepo: runtime
48-
# LclSource: lclFilesfromPackage
49-
# LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
42+
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
43+
- template: /eng/common/templates/job/onelocbuild.yml
44+
parameters:
45+
MirrorRepo: runtime
46+
LclSource: lclFilesfromPackage
47+
LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
5048

5149
#
5250
# Source Index Build

0 commit comments

Comments
 (0)