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

AuthorNikolaj King<nikolaj.king@gmail.com>
Date2024-08-19 14:04:13 +0200
Update build-ios.yml for Azure Pipelines

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 ffabe0d6..f1a5b940 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -69,7 +69,7 @@ steps:
inputs:
target: ipa
extraArgs: "-t lib/main.dart"
- buildFlavour: '$(variables.flavor)' # Using the 'flavor' parameter
+ buildFlavour: $(variables.flavor) # Using the 'flavor' parameter
projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app'
# Uncomment to run unit tests