6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 17aee96d

AuthorMikkel Thygesen<mikkelet@gmail.com>
Date2026-03-03 16:22:20 +0100
Devops: updated pipeline

Changed files

azure/templates/build-ios.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index d2e061da..fc3aedaa 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -45,17 +45,17 @@ steps:
- script: |
cd $(Agent.BuildDirectory)/s/comwell_key_app
- xcodebuild -workspace ios/Runner.xcworkspace
- -scheme Stage
- -archivePath build/ios/archive/Runner.xcarchive
+ 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
+ xcodebuild -exportArchive \
+ -archivePath build/ios/archive/Runner.xcarchive \
+ -exportOptionsPlist ios/ExportOptionsStage.plist \
-exportPath output
displayName: "exportArchive"