6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 9c6c98b9

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

Changed files

azure/templates/build-ios.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 90bc7992..45a517ea 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -60,7 +60,7 @@ steps: # Download secure file from azure library
inputs:
target: ipa
extraArgs: "-t lib/main.dart"
- buildFlavour: ${{ parameters.flavor }}
+ buildFlavour: 'releasetest'
projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app'
# - task: FlutterTest@0