Azure DevOps 项目直接发布到 google 游戏控制台

Azure DevOps projects directly publish to google play console

我已将我的 flutter 移动应用程序上传到 Azure DevOps。现在我想直接在 google 游戏控制台上发布我的应用程序。有什么办法可以使用 azure 来做这种事情吗?

我可以使用管道吗?

对于这个问题,我认为azure devops不支持直接发布项目到google play console

Azure devops 支持 Google Play extension.This 扩展包含一组部署任务,允许您自动发布、推广和推出来自您的 Google Play 商店的应用程序更新CI环境。为了自动向 Google Play 商店发布应用更新,您需要通过 Google Play 开发者控制台手动发布至少一个版本。

如果你想发布到google play console,你可以参考这个document

Azure devops 提供了直接发布到 playstore 的方法。需要创建 piline,构建并部署到 playstore。 需要 playstore 私钥才能在 playstore 上部署。