Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ extends:
# Localization build
#

# disabled due to https://github.com/dotnet/runtime/issues/90466
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this is still broken or not. Make sure you are able to test this PR before merging. I don't think your PR validation build will test it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe there's an azp run command to run it. Should I re-enable that in a separate PR?

Copy link
Contributor Author

@carlossanlop carlossanlop Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah nevermind, your other comment suggesting adding the parameter is precisely the lines I uncommented. It should be done in this same PR.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still won't run in PR validation. It only runs for official builds. Also the branch filter might be getting in the way regardless. Might be hard to test this.

#- ${{ 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'
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/8.0') }}:
- template: /eng/common/templates/job/onelocbuild.yml
parameters:
MirrorRepo: runtime
MirrorBranch: release/8.0
LclSource: lclFilesfromPackage
LclPackageId: 'LCL-JUNO-PROD-RUNTIME'

#
# Source Index Build
Expand Down