[main] .NET Source-Build 10.0.101 December 2025 Updates#3892
Closed
ellahathaway wants to merge 3 commits intodotnet:mainfrom
Closed
[main] .NET Source-Build 10.0.101 December 2025 Updates#3892ellahathaway wants to merge 3 commits intodotnet:mainfrom
ellahathaway wants to merge 3 commits intodotnet:mainfrom
Conversation
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Viktor Hofer <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the .NET Source-Build infrastructure to version 10.0.101 with December 2025 updates. It is a manual backport of changes from the upstream dotnet/dotnet repository.
Key changes include:
- Updating SDK and tooling versions from 10.0.100 to 10.0.101
- Improving MicroBuild plugin configuration for cross-platform signing
- Adding support for additional internal NuGet feeds (dotnet-eng-internal and dotnet-tools-internal)
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updates .NET SDK version to 10.0.101 and Arcade SDK to 10.0.0-beta.25569.105 |
| eng/common/core-templates/steps/install-microbuild.yml | Refactors MicroBuild installation paths and improves documentation for cross-platform signing |
| eng/common/core-templates/job/publish-build-assets.yml | Adds duplicate .NET 8.0 SDK installation task for Darc |
| eng/common/SetupNugetSources.sh | Adds logic to configure dotnet-eng-internal and dotnet-tools-internal NuGet feeds |
| eng/common/SetupNugetSources.ps1 | Adds logic to configure dotnet-eng-internal and dotnet-tools-internal NuGet feeds (PowerShell version) |
| eng/Versions.props | Updates version references and removes extra blank lines |
| eng/Version.Details.xml | Updates dependency versions and SHA references |
| eng/Version.Details.props | Updates Arcade SDK and Build.Manifest package versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
ViktorHofer
approved these changes
Dec 15, 2025
Member
Author
|
@NikolaMilosavljevic - since you're assigned to this release, can you please take a look at the test failures? Thanks in advance. |
Member
|
We updated to a newer 11.0 SDK. Closing. |
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.
Manual backport of #3767