6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 1eadd937
Changed files
azure/templates/build-ios.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
Diff
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 6e8feb1d..d2e061da 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -39,17 +39,20 @@ steps:
displayName: "Enable Swift Pacakge Manager"
- script: |
+ cd $(Agent.BuildDirectory)/s/comwell_key_app
flutter build ipa --flavor stage --release --no-codesign
displayName: "build ipa"
- script: |
- -workspace ios/Runner.xcworkspace
+ cd $(Agent.BuildDirectory)/s/comwell_key_app
+ xcodebuild -workspace ios/Runner.xcworkspace
-scheme Stage
-archivePath build/ios/archive/Runner.xcarchive
archive
displayName: "archive"
- script: |
+ cd $(Agent.BuildDirectory)/s/comwell_key_app
xcodebuild -exportArchive
-archivePath build/ios/archive/Runner.xcarchive
-exportOptionsPlist ios/ExportOptionsStage.plist