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 007cbcf commit af651f4Copy full SHA for af651f4
eng/pipelines/runtime-official.yml
@@ -41,12 +41,13 @@ extends:
41
# Localization build
42
#
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'
+ # disabled due to https://github.com/dotnet/runtime/issues/90466
+ #- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
+ # - template: /eng/common/templates/job/onelocbuild.yml
+ # parameters:
+ # MirrorRepo: runtime
+ # LclSource: lclFilesfromPackage
50
+ # LclPackageId: 'LCL-JUNO-PROD-RUNTIME'
51
52
53
# Source Index Build
0 commit comments