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:
在 Visual Studio 应用中心中,我无法(重新)使用 VSTS 管道实际生成的版本号。如下面的屏幕截图所示,版本值始终为1.0 (1.0):
Question
在 Visual Studio App Center 中,如何将 VSTS 版本的版本号关联到 VS App Center 中的发行版?
continuous-integration azure-devops visual-studio-app-center