Skip to content

Commit af651f4

Browse files
authored
Disable OneLocBuild in runtime-official.yml (#90480)
It is blocking the official build: #90466
1 parent 007cbcf commit af651f4

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-
- ${{ 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'
44+
# disabled due to https://github.com/dotnet/runtime/issues/90466
45+
#- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
46+
# - template: /eng/common/templates/job/onelocbuild.yml
47+
# parameters:
48+
# MirrorRepo: runtime
49+
# LclSource: lclFilesfromPackage
50+
# LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
5051

5152
#
5253
# Source Index Build

0 commit comments

Comments
 (0)