Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure DevOps projects directly publish to google play console

I have uploaded my flutter mobile application to Azure DevOps. Now I want to directly publish my application on google play console. Is there any way to do that kind of things using azure?

can I use pipeline?

like image 359
Cordelia Avatar asked Sep 07 '25 10:09

Cordelia


2 Answers

For this issue , I think azure devops does not support publishing the project directly to the google play console.

Azure devops support Google Play extension.This extension contains a set of deployment tasks which allow you to automate the release, promotion and rollout of app updates to the Google Play store from your CI environment. In order to automate the release of app updates to the Google Play store, you need to have manually released at least one version through the Google Play Developer Console.

If you want to publish to google play console , you can refer to this document.

like image 57
Hugh Lin Avatar answered Sep 10 '25 04:09

Hugh Lin


Azure devops provide way to publish directly to playstore. Need to create piline ,build and deploy to playstore. Need playstore private key to deploy on playstore.

like image 23
Cordelia Avatar answered Sep 10 '25 03:09

Cordelia