6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit e763c6d5
Changed files
azure/templates/build-ios.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+)
Diff
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 07699d24..168ae625 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -62,3 +62,15 @@ steps:
-exportPath output
displayName: "Export"
+- task: AppStoreRelease@1
+ displayName: "Publish"
+ inputs:
+ releaseTrack: 'TestFlight'
+ appIdentifier: $(iosBundleId)
+ serviceEndpoint: "Apple"
+ appType: 'iOS'
+ ipaPath: 'comwell_key_app/output/Comwell Phoenix.ipa'
+ shouldSkipWaitingForProcessing: true
+ shouldSkipSubmission: true
+
+