Skip to content

[release/11.0.1xx-preview7] Align with blessed SDK build - #37046

Merged
PureWeen merged 1 commit into
release/11.0.1xx-preview7from
kubaflo/preview7-blessed-sdk
Aug 3, 2026
Merged

[release/11.0.1xx-preview7] Align with blessed SDK build#37046
PureWeen merged 1 commit into
release/11.0.1xx-preview7from
kubaflo/preview7-blessed-sdk

Conversation

@kubaflo

@kubaflo kubaflo commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

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

  • Align all 35 dependencies originating from dotnet/dotnet with the release-designated .NET 11 Preview 7 SDK/runtime build.
  • Update the repository SDK and Arcade/Helix toolset selections in global.json.
  • Preserve the current Android, macOS/iOS, and source-only package pins unchanged.

Provenance

  • .NET Release Tracker (authoritative SDK/runtime source, 2026-08-03): stage Staging Done; runtime 11.0.0-preview.7.26381.103; SDK 11.0.100-preview.7.26381.103.
  • VMR BAR/Maestro: BAR 325220; build 20260731.3; branch release/11.0.1xx-preview7; commit e2c1e00b3d0f96afb892fb261d5921565b400246.

Validation

  • Confirmed all 35 dotnet/dotnet dependencies use the designated VMR commit and coherent SDK/runtime/toolset versions.
  • Built src/Controls/src/Build.Tasks/Controls.Build.Tasks.csproj for netstandard2.0 in Release with 0 warnings and 0 errors using SDK 11.0.100-preview.7.26381.103.
  • XML and JSON parsing passed; git diff --check passed.

Issues Fixed

N/A

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
Copilot AI review requested due to automatic review settings August 3, 2026 17:08
@kubaflo
kubaflo temporarily deployed to copilot-pat-pool August 3, 2026 17:08 — with GitHub Actions Inactive
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 37046

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 37046"

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json to 11.0.100-preview.7.26381.103 and align Arcade/Helix MSBuild SDK versions to 11.0.0-beta.26381.103.
  • Update eng/Versions.props .NET SDK/runtime + related dotnet/dotnet package version properties to 11.0.*-preview.7.26381.103 (and matching toolset 11.0.0-beta.26381.103).
  • Update eng/Version.Details.xml dependency versions and dotnet/dotnet commit SHA to e2c1e00b3d0f96afb892fb261d5921565b400246.

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.

@kubaflo
kubaflo temporarily deployed to copilot-pat-pool August 3, 2026 17:13 — with GitHub Actions Inactive
@kubaflo
kubaflo temporarily deployed to copilot-pat-pool August 3, 2026 17:14 — with GitHub Actions Inactive
@github-actions github-actions Bot added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Aug 3, 2026
@kubaflo
kubaflo temporarily deployed to copilot-pat-pool August 3, 2026 17:14 — with GitHub Actions Inactive
@kubaflo

kubaflo commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).

@kubaflo

kubaflo commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

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 Bugzilla52533Test failure is unrelated.)

Closing this comparison PR in favor of #37062, which updates the deterministic stale baselines.

@kubaflo kubaflo closed this Aug 3, 2026
@PureWeen PureWeen reopened this Aug 3, 2026
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool August 3, 2026 22:01 — with GitHub Actions Inactive
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
There may be pipelines that require an authorized user to comment /azp run to run.

@PureWeen
PureWeen temporarily deployed to copilot-pat-pool August 3, 2026 22:01 — with GitHub Actions Inactive
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool August 3, 2026 22:03 — with GitHub Actions Inactive
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool August 3, 2026 22:05 — with GitHub Actions Inactive
@kubaflo

kubaflo commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

/azp run

@kubaflo

kubaflo commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

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

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).

@PureWeen
PureWeen temporarily deployed to copilot-pat-pool August 3, 2026 22:06 — with GitHub Actions Inactive
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool August 3, 2026 22:06 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants