How can you link version numbers between build configurations of a TeamCity project?

前端 未结 1 956
余生分开走
余生分开走 2021-02-07 09:12

I\'d like to have 3 distinct builds within a TeamCity project (Development, QA, Production). With the dependencies linked (Production can\'t build without a successful QA, and

1条回答
  •  [愿得一人]
    2021-02-07 09:36

    If you have snapshot dependencies for Dev->QA->Production build, you can reference build number from Dev build in QA and Production builds.

    Please read http://www.jetbrains.net/devnet/message/5231290 for details how to do it.

    Update: The recent information on how to achieve this is available in this TeamCity How-To question.

    0 讨论(0)
提交回复
热议问题