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 037063c commit f55ec6fCopy full SHA for f55ec6f
eng/pipelines/runtime-official.yml
@@ -39,14 +39,12 @@ extends:
39
# Localization build
40
#
41
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'
+ - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
+ - template: /eng/common/templates/job/onelocbuild.yml
+ parameters:
+ MirrorRepo: runtime
+ LclSource: lclFilesfromPackage
+ LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
50
51
52
# Source Index Build
0 commit comments