TFS allows me to specify a branch against which build is run.
TeamCity's build configuration has default branch
and branch specification
parameters which are statically defined.
But I want to manually start the same build for different feature branches.
For example I have a gated-checkin
build configuration which monitors only PRs, but sometimes I want to run this build for my not yet merged branches.