Update the apple testing doc (#63119)
authorMaxim Lipnin <v-maxlip@microsoft.com>
Fri, 24 Dec 2021 12:33:24 +0000 (15:33 +0300)
committerGitHub <noreply@github.com>
Fri, 24 Dec 2021 12:33:24 +0000 (15:33 +0300)
docs/workflow/testing/libraries/testing-apple.md

index 0ce4274..2727fb4 100644 (file)
@@ -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