6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 3d776205

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-24 12:33:26 +0200
1948: updated pipelines

Changed files

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

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 5fc8efc7..0997995d 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -63,14 +63,13 @@ steps:
script: |
sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
-- task: Bash@3
- displayName: "Build app"
+- task: FlutterBuild@0
+ displayName: "Build application"
inputs:
- targetType: 'inline'
- script: |
- xcodebuild -version
- cd "$(Build.SourcesDirectory)/comwell_key_app"
- flutter build ios --no-codesign --flavor=$(flavor)
+ buildNumber: "$(Build.BuildId)"
+ target: "ios"
+ buildFlavour: $(flavor)
+ projectDirectory: "$(Build.SourcesDirectory)/comwell_key_app"
- task: AppStoreRelease@1
inputs: