[dotnet] Disable any default 'PublishRuntimeIdentifier' values.#24562
[dotnet] Disable any default 'PublishRuntimeIdentifier' values.#24562rolfbjarne merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR disables the default PublishRuntimeIdentifier behavior introduced in .NET SDK PR #52566 to prevent conflicts with the existing runtime identifier logic in Xamarin.Shared.Sdk.
Changes:
- Sets
UseDefaultPublishRuntimeIdentifiertofalsein the shared SDK properties file
✅ [PR Build #df881b1] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ [CI Build #df881b1] 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 |
✅ [CI Build #df881b1] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #df881b1] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #df881b1] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build #df881b1] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [CI Build #df881b1] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
💻 [CI Build #df881b1] Tests on macOS arm64 - Mac Tahoe (26) passed 💻✅ All tests on macOS arm64 - Mac Tahoe (26) passed. Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #df881b1] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 125 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
…fier' values. (#24563) References: * https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2691518 * dotnet/sdk@3d6f592 * dotnet/sdk#52566 Backport of #24562.
References: