From e0bf07614e30ee203c18d4185452670858a02c6e Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Wed, 29 Jan 2020 00:07:05 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d892aa7..7846701 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,7 @@ steps: configuration: '$(buildConfiguration)' msbuildVersionOption: 'latest' msbuildArchitectureOption: 'x64' + msbuildArguments: '-p:AndroidPackageFormat=aab' jdkOption: 'JDKVersion' - task: DeleteFiles@1