- Azure
- Azure DevOps
- Xamarin
- Android
I created this extension to easily manipulate Android App Bundle packages using Azure DevOps.
Let’s discover it here!
When you setup your Azure DevOps pipeline you can specify a step to distribute your Android application through App Center but it only supports apk. Also Azure DevOps does not have bundletool pre-installed on its agents.
To solve this problem I developed a new set of Azure DevOps tasks called Bundletool Helper, easy to use in your pipeline and free. This group of tasks provide a way to install the latest version of bundletool and use it to manipulate your Android App Bundle.
I wrote a complete documentation, just follow my tutorial about it.