-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[main] Change OneLocBuild mirror branch to release/8.0 temporarily #90812
Changes from 2 commits
cbb4a71
53b3388
d05c877
f3d2b1e
7cbdd60
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,13 +41,12 @@ extends: | |
# Localization build | ||
# | ||
|
||
# disabled due to https://github.com/dotnet/runtime/issues/90466 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. There was a problem hiding this comment. Choose a reason for hiding this commentThe 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? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. There was a problem hiding this comment. Choose a reason for hiding this commentThe 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/main') }}: | ||
carlossanlop marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- template: /eng/common/templates/job/onelocbuild.yml | ||
parameters: | ||
MirrorRepo: runtime | ||
carlossanlop marked this conversation as resolved.
Show resolved
Hide resolved
|
||
LclSource: lclFilesfromPackage | ||
LclPackageId: 'LCL-JUNO-PROD-RUNTIME' | ||
|
||
# | ||
# Source Index Build | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You cannot change things in the common folder. The contents of this folder are copied verbatim from dotnet/arcade.