【发布时间】:2019-10-30 03:50:57
【问题描述】:
我已将我的 Flutter 移动应用程序上传到 Azure DevOps。现在我想直接在 google play 控制台上发布我的应用程序。有没有办法使用 azure 来做这种事情?
我可以使用管道吗?
【问题讨论】:
标签: flutter deployment azure-devops publish google-play-console
我已将我的 Flutter 移动应用程序上传到 Azure DevOps。现在我想直接在 google play 控制台上发布我的应用程序。有没有办法使用 azure 来做这种事情?
我可以使用管道吗?
【问题讨论】:
标签: flutter deployment azure-devops publish google-play-console
对于这个问题,我认为 azure devops 不支持将项目直接发布到 google play console。
Azure devops 支持 Google Play 扩展。此扩展包含一组部署任务,可让您自动从 CI 环境向 Google Play 商店发布、推广和推出应用更新。为了自动将应用更新发布到 Google Play 商店,您需要通过 Google Play Developer Console 手动发布至少一个版本。
如果你想发布到google play console,可以参考这个document。
【讨论】:
Azure devops 提供了直接发布到 Playstore 的方法。需要创建 piline,构建并部署到 playstore。 需要 Playstore 私钥才能在 Playstore 上部署。
【讨论】: