6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit cba15b43

AuthorNKL<nikolaj.king@gmail.com>
Date2024-08-15 10:35:33 +0200
Update build-ios.yml

Changed files

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

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 3bbaf8b4..8080e278 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -5,6 +5,8 @@ parameters:
type: string
- name : cppwd
type: string
+ - name: flavor
+ type: string
stages:
- stage: ${{ parameters.stageName }}
@@ -67,6 +69,8 @@ stages:
displayName: "Build application"
inputs:
target: ipa
+ extraArgs: "-t lib/main.dart"
+ buildFlavour: ${{ parameters.flavor }}
projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app'
exportOptionsPlist: 'ios/exportOptions.plist'