[release/11.0.1xx-preview4] Keep using the desktop MSBuild assemblies when building from within Visual Studio.#25262
Conversation
…ing from within Visual Studio. Keep using the desktop MSBuild assemblies when building from within Visual Studio, while we track down why it's not working and fix it for a future release. Ref: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2968169
There was a problem hiding this comment.
Pull request overview
Adjusts the iOS SDK MSBuild property defaults so that builds invoked from inside Visual Studio continue to use the “desktop”/in-proc task assembly layout (netstandard2.0 task assemblies), as a temporary mitigation while investigating failures with the newer task assembly setup.
Changes:
- Default
$( _UseDesktopTaskAssemblies )totruewhen$(BuildingInsideVisualStudio)istrueand the property hasn’t been set already. - This causes
CoreiOSSdkDirectory(and downstream task assembly selection) to continue using thenetstandard2.0task assemblies for VS-hosted builds.
✅ [PR Build #1dcea14] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #1dcea14] 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 #1dcea14] 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 #1dcea14] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 161 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Sonoma (14): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
Keep using the desktop MSBuild assemblies when building from within Visual
Studio, while we track down why it's not working and fix it for a future release.
Ref: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2968169
Backport of #25249.