6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 4ef60200
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 ce8e9c88..d93f2c2d 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -84,7 +84,7 @@ stages:
displayName: "Build application"
inputs:
target: 'aab'
- buildFlavour: 'TestDebug'
+ extraArgs: '--flavor TestDebug'
projectDirectory: '$(Build.SourcesDirectory)/comwell_key_app'
#- task: FlutterTest@0