From 0b17270554e3938e6b9e20db9cb430136994261a Mon Sep 17 00:00:00 2001 From: Maxim Lipnin Date: Fri, 24 Dec 2021 15:33:24 +0300 Subject: [PATCH] Update the apple testing doc (#63119) --- docs/workflow/testing/libraries/testing-apple.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/workflow/testing/libraries/testing-apple.md b/docs/workflow/testing/libraries/testing-apple.md index 0ce4274..2727fb4 100644 --- a/docs/workflow/testing/libraries/testing-apple.md +++ b/docs/workflow/testing/libraries/testing-apple.md @@ -48,6 +48,10 @@ For example: ``` ./build.sh libs.tests -os iOS -arch x64 -test /p:DevTeamProvisioning=H1A2B3C4D5 ``` +Other possible options are: +- to sign with an adhoc key by setting `/p:DevTeamProvisioning=adhoc` +- to skip signing all together by setting `/p:DevTeamProvisioning=-` . + [AppleAppBuilder](https://github.com/dotnet/runtime/blob/main/src/tasks/AppleAppBuilder/AppleAppBuilder.cs) generates temp Xcode projects you can manually open and resolve provisioning issues there using native UI and deploy to your devices. ### Running individual test suites -- 2.7.4