[net11] Update versions dotnet/ios/android#33075
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 33075Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 33075" |
There was a problem hiding this comment.
Pull request overview
This PR updates the .NET SDK and workload dependencies from version 10.0 RC3 to version 11.0 alpha 1 for the net11 branch. The update includes the core .NET SDK, runtime packages, Microsoft.Extensions packages, ASP.NET Core components, and platform-specific Android and iOS/macOS SDKs.
Key changes:
- Upgraded .NET SDK from
10.0.100-rc.3.25603.102to11.0.0-alpha.1.25609.102 - Updated Android SDK from build 53 to build 62
- Updated iOS/macOS SDKs from build 10555 to build 10558
- Added Azure Pipeline configuration for test retry detection
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updates .NET SDK version and Arcade/Helix SDK versions to 11.0 alpha builds |
| eng/Versions.props | Updates all package version properties for .NET 11, including runtime, extensions, ASP.NET Core, and platform workloads |
| eng/Version.Details.xml | Updates dependency tracking XML with new versions and commit SHAs for all updated packages |
| src/Templates/src/cgmanifest.json | Updates Microsoft.Extensions package versions in component governance manifest |
| eng/common/core-templates/job/source-index-stage1.yml | Adds condition to run source indexing only on main branch |
| eng/common/core-templates/job/job.yml | Adds pipeline variable for test run retry file detection |
|
@StephaneDelcroix if you can check what this one is failing? do I need to update from main something on this branch? |
78fccbc to
5503db4
Compare
5503db4 to
de882e4
Compare
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run maui-pr-devicetests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run maui-pr-devicetests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run maui-pr-devicetests |
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run maui-pr-devicetests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description of Change
Update sdk and workloads on net11