Search code examples
continuous-integrationteamcitybuildingteamcity-9.0

In TeamCity is there a way to get a dropdown menu prompt when building to choose a build dependency?


I would like to get a drop-down menu or prompt when I run a build with a build dependency, to choose an older build to use in that dependency. Is there a way to achieve that?


Solution

  • If you click the ... button next to the Run / Deploy button a popup will appear. Under the dependencies tab you can select an older dependency. This won't cause a prompt to appear when you click the standard Run / Deploy button, but it will allow you select an older dependency as a one off.