From e71e98dbecbd1568e1573832156fde2cdc65e917 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Wed, 29 Jan 2020 00:50:59 +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..cabb839 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,7 @@ steps: configuration: '$(buildConfiguration)' msbuildVersionOption: 'latest' msbuildArchitectureOption: 'x64' + msbuildArguments: '-p:AndroidPackageFormat=aab -p:AndroidUseAapt2=true' jdkOption: 'JDKVersion' - task: DeleteFiles@1