From 59e5660ff713e212b7784175fdd85b7e1a943525 Mon Sep 17 00:00:00 2001 From: Nihal Agazade <43378371+icarusdust@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:34:43 +0300 Subject: [PATCH] App Center migration (#2459) * type fix * chart fix * removing commas * new updates * design update --- content/yaml-quick-start/migrating-from-app-center.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/yaml-quick-start/migrating-from-app-center.md b/content/yaml-quick-start/migrating-from-app-center.md index 491577c9..dd68c6b8 100644 --- a/content/yaml-quick-start/migrating-from-app-center.md +++ b/content/yaml-quick-start/migrating-from-app-center.md @@ -142,16 +142,10 @@ workflows: failure: false app_store_connect: auth: integration - - # Configuration related to TestFlight (optional) - # Note: This action is performed during post-processing. submit_to_testflight: true beta_groups: # Specify the names of beta tester groups that will get access to the build once it has passed beta review. - group name 1 - group name 2 - - # Configuration related to App Store (optional) - # Note: This action is performed during post-processing. submit_to_app_store: false {{< /highlight >}}