[release/10.0.1xx-rc1] Update sdk 25421.113 and android#31287
Merged
rmarinho merged 6 commits intorelease/10.0.1xx-rc1from Aug 24, 2025
Merged
[release/10.0.1xx-rc1] Update sdk 25421.113 and android#31287rmarinho merged 6 commits intorelease/10.0.1xx-rc1from
rmarinho merged 6 commits intorelease/10.0.1xx-rc1from
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the .NET SDK and related dependencies to version 10.0.100-rc.1.25421.113, including Android SDK, Microsoft Extensions packages, and ASP.NET Core components. Additionally, it updates Azure DevOps pipeline configuration to use $(System.DefaultWorkingDirectory) instead of $(Build.SourcesDirectory) for better compatibility.
Key changes:
- Updated .NET SDK from version 25419.117 to 25421.113 across all dependency files
- Updated Microsoft Android SDK Windows package to version 36.0.0-rc.1.284
- Replaced Azure DevOps build variable references throughout pipeline templates for consistency
Reviewed Changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updated dotnet SDK and MSBuild SDK versions to 25421.113 build |
| eng/Versions.props | Updated all Microsoft package versions to 25421.113 and Android SDK to rc.1.284 |
| eng/Version.Details.xml | Updated dependency versions and SHA references for all Microsoft packages |
| eng/common/tools.ps1 | Updated vswhere version to 3.1.7 and improved download logging |
| eng/common/sdk-task.sh | Added --noWarnAsError parameter support |
| eng/common/sdk-task.ps1 | Added -noWarnAsError parameter support |
| Multiple pipeline templates | Replaced |
|
|
||
| echo "Advanced settings:" | ||
| echo " --excludeCIBinarylog Don't output binary log (short: -nobl)" | ||
| echo " --noWarnAsError Do not warn as error |
There was a problem hiding this comment.
Missing closing quote in the echo statement. The line should end with a closing double quote.
Member
Author
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Member
Author
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Member
Author
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description of Change
This pull request updates several dependency versions across the project to newer builds, primarily in the .NET SDK, runtime, and related Microsoft packages. These updates ensure the project uses the latest release candidate versions and associated tooling, which may include important bug fixes and improvements.
Dependency version updates:
eng/Version.Details.xmlandeng/Versions.propsto version10.0.100-rc.1.25421.113and10.0.0-rc.1.25421.113respectively, along with corresponding SHA updates. This includesMicrosoft.NET.Sdk,Microsoft.NETCore.App.Ref, and manyMicrosoft.ExtensionsandMicrosoft.AspNetCorepackages. [1] [2] [3] [4]36.0.0-rc.1.284in botheng/Version.Details.xmlandeng/Versions.props. [1] [2]eng/Version.Details.xmland related properties ineng/Versions.props(such asMicrosoft.DotNet.Build.Tasks.Feed,Microsoft.DotNet.Arcade.Sdk,Microsoft.DotNet.Build.Tasks.Installers, etc.) to10.0.0-beta.25421.113and updated their SHAs. [1] [2]Build script improvements:
eng/common/SetupNugetSources.ps1to use$(System.DefaultWorkingDirectory)instead of$(Build.SourcesDirectory)for better compatibility with Azure DevOps pipelines.