6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 9081f4a9

AuthorMikkel Thygesen<mikkelet@gmail.com>
Date2026-03-04 14:31:02 +0100
Devops: updated pipelein

Changed files

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

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index a5d6865e..e26b33ec 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -42,23 +42,23 @@ steps:
- script: |
flutter config --enable-swift-package-manager
- displayName: "Enable Swift Pacakge Manager"
+ displayName: "Enable Swift Package Manager"
- script: |
- cd $(Agent.BuildDirectory)/s/comwell_key_app
+ cd comwell_key_app
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
+ cd 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 \
- -exportPath output
+ cd comwell_key_app
+ xcodebuild -exportArchive \
+ -archivePath build/ios/archive/Runner.xcarchive \
+ -exportOptionsPlist ios/ExportOptionsStage.plist \
+ -exportPath output
displayName: "exportArchive"