6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 6d446632
Changed files
azure/templates/build-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index 2d278e2b..386cdffb 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -84,7 +84,7 @@ stages:
displayName: "Build application"
inputs:
target: 'aab'
- extraArgs: '--verbose'
+ extraArgs: '-t lib/main.dart --flavor qadebug'
projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app'
#- task: FlutterTest@0