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

AuthorNikolaj King<nikolaj.king@gmail.com>
Date2024-08-02 12:45:07 +0200
Update build-android.yml for Azure Pipelines

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 d93f2c2d..2d278e2b 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: '--flavor TestDebug'
+ extraArgs: '--verbose'
projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app'
#- task: FlutterTest@0