[release/9.0.1xx] [msbuild] Fix confusion about where the codesign[-bundle].items files are stored. Fixes #24052.#24200
Conversation
… are stored. Fixes #24052. (#24198) They're always stored locally. This fixes an issue when building apps with extensions from Windows. There are no tests, because there's another issue that breaks building extensions from Windows (#23516), but the customer validated that the fix works for him, and the fix also makes sense. Fixes #24052.
✅ [CI Build #74d848d] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #74d848d] 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 #74d848d] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #74d848d] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #74d848d] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build #74d848d] Tests on macOS arm64 - Mac Tahoe (26) passed 💻✅ All tests on macOS arm64 - Mac Tahoe (26) passed. Pipeline on Agent |
💻 [CI Build #74d848d] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [CI Build #74d848d] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. 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 #74d848d] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 117 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
They're always stored locally.
This fixes an issue when building apps with extensions from Windows.
There are no tests, because there's another issue that breaks building extensions from Windows (#23516), but the customer validated that the fix
works for him, and the fix also makes sense.
Fixes #24052.