[main] Bump mlaunch to support Xcode 27 Device Hub - #25768
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s pinned Microsoft.Tools.Mlaunch NuGet version so the build pulls an mlaunch that supports Xcode 27’s Device Hub change (Simulator.app removal / DeviceHub.app replacement).
Changes:
- Bump
MLAUNCH_NUGET_VERSIONfrom1.1.113to1.1.127.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Bumping mlaunch to support Xcode 27 Device Hub (#25768) bundled new dependencies into mlaunch.app/Contents/MonoBundle/.xamarin/{osx-arm64,osx-x64}, which makes the "Sign Package Contents" CI step fail because the files are not classified in the sign list: Please update your SignList.xml to include the following unknown files which should be signed: ...mlaunch.app/.../Microsoft.Testing.Platform.dll ... Classify the new files as FirstParty in dotnet/Workloads/SignList.xml, matching the equivalent fix already on the xcode27.0 branch: Microsoft.Testing.Platform.dll Microsoft.Testing.Platform.resources.dll System.ComponentModel.dll System.Private.Xml.Linq.dll System.Text.Encodings.Web.dll System.Threading.dll System.Xml.Linq.dll Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #90c689c] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ [PR Build #90c689c] Build passed (Build packages) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #90c689c] Build passed (Build macOS tests) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #90c689c] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 207 tests passed 🎉 Tests counts✅ assembly-processing: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
|
@copilot please back port this to release/11.0.1xx-preview6 |
…ub (#25768) Co-authored-by: dalexsoto <204671+dalexsoto@users.noreply.github.com>
…ub (#25768) (#25807) Backport of #25768 to `release/11.0.1xx-preview6`. Bumps the prebuilt mlaunch package to add Xcode 27 Device Hub support, and classifies the new dependencies it bundles so the "Sign Package Contents" CI step does not fail on unmapped files. ### Changes - **`mk/xamarin.mk`** — Bump `MLAUNCH_NUGET_VERSION` from `1.1.113` to `1.1.127`. - **`dotnet/Workloads/SignList.xml`** — Classify the new mlaunch.app MonoBundle DLLs as `FirstParty`: - `Microsoft.Testing.Platform.dll` - `Microsoft.Testing.Platform.resources.dll` - `System.ComponentModel.dll` - `System.Private.Xml.Linq.dll` - `System.Text.Encodings.Web.dll` - `System.Threading.dll` - `System.Xml.Linq.dll` The diff matches the original PR exactly (+8/-1). Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dalexsoto <204671+dalexsoto@users.noreply.github.com>
No description provided.