6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 485ced9a
Changed files
azure/templates/build-ios.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
Diff
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index fc3aedaa..c8989def 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -40,15 +40,12 @@ steps:
- script: |
cd $(Agent.BuildDirectory)/s/comwell_key_app
- flutter build ipa --flavor stage --release --no-codesign
+ flutter build ipa --flavor stage --release --no-codesign -v
displayName: "build ipa"
- script: |
cd $(Agent.BuildDirectory)/s/comwell_key_app
- xcodebuild -workspace ios/Runner.xcworkspace \
- -scheme Stage \
- -archivePath build/ios/archive/Runner.xcarchive \
- archive
+ xcodebuild -workspace ios/Runner.xcworkspace -scheme Stage -archivePath build/ios/archive/Runner.xcarchive archive
displayName: "archive"
- script: |