我已经将我的flutter移动应用程序上传到了Azure DevOps。现在我想直接在google play控制台上发布我的应用程序。有没有办法用azure做这样的事情呢?
我可以使用管道吗?
发布于 2019-12-18 15:16:42
Azure devops提供了直接发布到playstore的方法。需要创建匹林,构建和部署到playstore。需要playstore私钥才能在playstore上部署。
发布于 2019-10-31 14:50:40
对于这个问题,我认为azure devops不支持将项目直接发布到google play控制台。
Azure devops支持Google Play extension.This扩展包含一组部署任务,允许您从CI环境自动发布、推广和部署应用程序更新到Google Play商店。为了自动将应用程序更新发布到Google Play商店,您需要通过Google Play开发人员控制台手动发布至少一个版本。
如果你想发布到google play控制台,你可以参考这个document。
https://stackoverflow.com/questions/58618500
复制相似问题