6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 96f1a5a8
Changed files
azure/templates/build-android.yml | 1 + 1 file changed, 1 insertion(+)
Diff
diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index 25c3a52f..ce8e9c88 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -84,6 +84,7 @@ stages:
displayName: "Build application"
inputs:
target: 'aab'
+ buildFlavour: 'TestDebug'
projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app'
#- task: FlutterTest@0