[10.0.4xx] Use dotnetup preview for .NET acquisition - #55640
Open
nagilson wants to merge 4 commits into
Open
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
This was referenced Aug 6, 2026
nagilson
marked this pull request as ready for review
August 6, 2026 19:15
|
Azure Pipelines: Successfully started running 1 pipeline(s). 2 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Note
This error may be related to your runner configuration. You can now configure runners for Copilot code review separately from Copilot cloud agent by creating a copilot-code-review.yml file with your setup steps. Read the docs for details.
merging on red due to OTHER known build issues - this is an isolated and understood / tested fix
nagilson
enabled auto-merge
August 6, 2026 22:22
Member
Author
|
the download file exceptions are not related and visible in many other runs. https://dev.azure.com/dnceng-public/public/_build/results?buildId=1543164&view=logs&jobId=ab64fbe4-ab5f-56d5-ff66-2cf0a97e6a1b&t=2760d20f-d514-587e-4c97-cda153781cf5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #54600 but with newer changes.
Resolves #54257
This does not introduce new logic, but it also doesn't use a cherry-pick as the changes were too distributed amongst commits to merge cleanly. I confirmed that the diff between
main's version of each file was identical outside of :.NET 10:
.gitignore: servicing branches lack 10 unrelated coding-agent ignore lines from main.
dotnetup-shared.ps1: one trailing space was removed
OverlaySdkOnLKG.targets: existing branch-specific differences, including DotnetTool casing and cross-compilation targets present or duplicated differently on main.
.NET 8/9:
PowerShell VMR checks tolerate $fromVMR being undefined under the older Arcade initialization order.
Runtime lists preserve each servicing branch’s legacy test requirements.
.NET 9’s overlay target uses its servicing-specific redist layout.