相关疑难解决方法(0)

How can I associate the build version generated by VSTS to a release in VS App Center?

I started integrating Visual Studio App Center in my VSTS build pipeline.

Setup

After my iOS application is built, its binaries are sent to App Center. App Center does not build the app: VSTS does. Here is a screenshot of the latest builds and the version numbers:

VSTS - 使用适当的版本号成功构建

在 Visual Studio 应用中心中,我无法(重新)使用 VSTS 管道实际生成的版本号。如下面的屏幕截图所示,版本值始终为1.0 (1.0)

VS App Center - 成功发布,版本号为1.0

Question

在 Visual Studio App Center 中,如何将 VSTS 版本的版本号关联到 VS App Center 中的发行版?

continuous-integration azure-devops visual-studio-app-center

3
推荐指数
1
解决办法
4624
查看次数