How to trig to build a project before another one starts in teamcity?
In jenkins there was a feature which provided me to trig a project before the other one. With doing that I've been able to run my build processes sequentially. Recently we have moved to teamcity, so I have 2 different projects, first one will only run a command batch and the other will be pending vcs changes. I want to run the first one (will execute a command batch) before second project. How to do this?
Please sign in to leave a comment.