[msbuild] Verify Mac Catalyst apps like we verify macOS apps. Fixes #17829.#17835
[msbuild] Verify Mac Catalyst apps like we verify macOS apps. Fixes #17829.#17835rolfbjarne merged 2 commits intodotnet:mainfrom
Conversation
…otnet#17829. * For Mac Catalyst apps we must verify the code signature like we do it for macOS apps. Fixes dotnet#17829. * Enable nullability and fix code accordingly. * Merge the CodesignVerify and CodesignVerifyTaskBase classes to simplify the code. Submission test is added as well: * xamarin/maccore#2656 * xamarin/SubmissionSamples#51 Fixes dotnet#17829.
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.
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] Windows Integration Tests passed 💻✅ All Windows Integration Tests passed. Pipeline on Agent |
✅ API diff for current PR / commitLegacy Xamarin (No breaking changes)
NET (empty diffs)
✅ API diff vs stableLegacy Xamarin (No breaking changes).NET (No breaking changes)✅ Generator diffGenerator diff is empty Pipeline on Agent |
💻 [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) passed 💻✅ All tests on macOS M1 - Mac Big Sur (11.5) passed. Pipeline on Agent |
💻 [PR Build] Tests on macOS M1 - Mac Ventura (13.0) passed 💻✅ All tests on macOS M1 - Mac Ventura (13.0) passed. Pipeline on Agent |
🚀 [CI Build] Test results 🚀Test results✅ All tests passed on VSTS: simulator tests. 🎉 All 225 tests passed 🎉 Tests counts✅ bcl: All 69 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
|
/sudo backport release/7.0.2xx |
|
/sudo backport release/6.0.4xx-xcode14.2 |
|
Backport Job to branch release/7.0.2xx Created! The magic is happening here |
|
/sudo backport release/7.0.1xx-xcode14.2 |
|
Backport Job to branch release/6.0.4xx-xcode14.2 Created! The magic is happening here |
|
Backport Job to branch release/7.0.1xx-xcode14.2 Created! The magic is happening here |
|
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7503768 for more details. |
|
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7503770 for more details. |
|
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7503772 for more details. |
…e verify macOS apps. Fixes #17829. (#17868) * For Mac Catalyst apps we must verify the code signature like we do it for macOS apps. Fixes #17829. * Enable nullability and fix code accordingly. * Merge the CodesignVerify and CodesignVerifyTaskBase classes to simplify the code. Submission test is added as well: * xamarin/maccore#2656 * xamarin/SubmissionSamples#51 Fixes #17829. Backport of #17835 Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
…acOS apps. Fixes #17829. (#17867) * For Mac Catalyst apps we must verify the code signature like we do it for macOS apps. Fixes #17829. * Enable nullability and fix code accordingly. * Merge the CodesignVerify and CodesignVerifyTaskBase classes to simplify the code. Submission test is added as well: * xamarin/maccore#2656 * xamarin/SubmissionSamples#51 Fixes #17829. Backport of #17835
…e verify macOS apps. Fixes #17829. (#17869) * For Mac Catalyst apps we must verify the code signature like we do it for macOS apps. Fixes #17829. * Enable nullability and fix code accordingly. * Merge the CodesignVerify and CodesignVerifyTaskBase classes to simplify the code. Submission test is added as well: * xamarin/maccore#2656 * xamarin/SubmissionSamples#51 Fixes #17829. Backport of #17835
macOS apps. Fixes _CodesignVerify target fails when publishing a .NET MAUI MacCat app for outside the App Store #17829.
code.
Submission test is added as well:
Fixes #17829.