[relase/10.0.1x] Keep using the desktop MSBuild assemblies when building from within Visual Studio.#25249
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
Ensures that builds initiated from within Visual Studio continue using the desktop (netstandard2.0) MSBuild task assemblies for the iOS SDK, as a temporary workaround while the underlying issue is investigated.
Changes:
- Default
_UseDesktopTaskAssembliestotruewhen$(BuildingInsideVisualStudio)istrue. - As a result,
CoreiOSSdkDirectoryresolves to thenetstandard2.0task directory for VS builds (while preserving the existing net$(BundledNETCoreAppTargetFrameworkVersion) path for non-VS builds).
✅ [CI Build #e902f1d] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #e902f1d] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ 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.
✅ [CI Build #e902f1d] 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 #e902f1d] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 156 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
… when building from within Visual Studio. (#25262) 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.
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