Tagged Questions
6
votes
1answer
1k views
How can you link version numbers between build configurations of a TeamCity project?
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 QA can't build without a ...