6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 2509d133
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 f1a5b940..f6966c47 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