Skip to content

Commit

Permalink
Disable OneLocBuild in runtime-official.yml (#90480)
Browse files Browse the repository at this point in the history
It is blocking the official build: #90466
  • Loading branch information
akoeplinger authored Aug 13, 2023
1 parent 007cbcf commit af651f4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ extends:
# Localization build
#

- ${{ 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'
# 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
# LclPackageId: 'LCL-JUNO-PROD-RUNTIME'

#
# Source Index Build
Expand Down

0 comments on commit af651f4

Please sign in to comment.