[release/10.0.1xx] [dotnet] Disable any default 'PublishRuntimeIdentifier' values.#24563
Conversation
There was a problem hiding this comment.
Pull request overview
This PR backports a change from PR #24562 to the release/10.0.1xx branch that disables the .NET SDK's default PublishRuntimeIdentifier behavior for Xamarin workloads. This addresses an issue where the SDK's automatic runtime identifier selection conflicts with Xamarin's custom runtime identifier logic.
Changes:
- Adds the
UseDefaultPublishRuntimeIdentifierproperty set tofalsein the Xamarin.Shared.Sdk.props file to opt out of the SDK's default behavior
✅ [CI Build #cc8e3ff] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #cc8e3ff] Build passed (Detect API changes) ✅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 |
✅ [CI Build #cc8e3ff] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #cc8e3ff] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build #cc8e3ff] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [CI Build #cc8e3ff] Tests on macOS arm64 - Mac Tahoe (26) passed 💻✅ All tests on macOS arm64 - Mac Tahoe (26) passed. Pipeline on Agent |
💻 [CI Build #cc8e3ff] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [CI Build #cc8e3ff] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #cc8e3ff] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 127 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
References:
Backport of #24562.