[release/11.0.1xx-preview7] Align with blessed SDK build - #37046
Conversation
Update all dotnet/dotnet dependencies and repository SDK/toolset pins to the release-designated Preview 7 build. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 09deefb7-e772-4435-952f-5742c6f2ad48
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 37046Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 37046" |
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Updates the release/11.0.1xx-preview7 branch to use the release-designated .NET 11 Preview 7 SDK/runtime build by bumping the repo SDK/toolset versions and the tracked dotnet/dotnet dependency versions/SHA.
Changes:
- Bump repo SDK selection in
global.jsonto11.0.100-preview.7.26381.103and align Arcade/Helix MSBuild SDK versions to11.0.0-beta.26381.103. - Update
eng/Versions.props.NET SDK/runtime + relateddotnet/dotnetpackage version properties to11.0.*-preview.7.26381.103(and matching toolset11.0.0-beta.26381.103). - Update
eng/Version.Details.xmldependency versions anddotnet/dotnetcommit SHA toe2c1e00b3d0f96afb892fb261d5921565b400246.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| global.json | Moves the repo’s selected SDK and MSBuild SDK toolset (Arcade/Helix) to the blessed Preview 7 build. |
| eng/Versions.props | Aligns .NET SDK/runtime and related package version properties to the same Preview 7 build number. |
| eng/Version.Details.xml | Updates tracked dotnet/dotnet dependency versions and SHA to the designated VMR commit. |
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
|
Build 1537984 reproduced the exact same 17 WinUI Label snapshot failures as the target-branch run, so aligning to the blessed SDK does not resolve them. (The additional Closing this comparison PR in favor of #37062, which updates the deterministic stale baselines. |
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
|
/azp run |
|
Correction: the Label comparison only proved that the blessed SDK does not resolve those separate snapshot failures; it did not invalidate this independently required Preview 7 SDK/runtime alignment. Closing it was my mistake. @PureWeen please merge this PR. |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Summary
dotnet/dotnetwith the release-designated .NET 11 Preview 7 SDK/runtime build.global.json.Provenance
Staging Done; runtime11.0.0-preview.7.26381.103; SDK11.0.100-preview.7.26381.103.325220; build20260731.3; branchrelease/11.0.1xx-preview7; commite2c1e00b3d0f96afb892fb261d5921565b400246.Validation
dotnet/dotnetdependencies use the designated VMR commit and coherent SDK/runtime/toolset versions.src/Controls/src/Build.Tasks/Controls.Build.Tasks.csprojfornetstandard2.0in Release with 0 warnings and 0 errors using SDK11.0.100-preview.7.26381.103.git diff --checkpassed.Issues Fixed
N/A