I\'m wondering how to select the branch to build against using Team City 8.1.
My VCS root (Git) is set to Default: \"master\" and Branch specifications are
You can parameterize the "Ref name" of the git VCS setup. What this means is you declare a variable of the form %variable.name% in your build, create a build parameter under the "configuration parameter:" category.
For each build target set this value and you should be able to pick the specific branch that you want to run the target for.