In TFS, you are able to create automated builds and create branches (well, hopefully. ;) ) I have the following structure:
->Trunk
->Branches
-> Branch A
If you create an automated build, you are able to create a trigger for the build. In my case I want to create a build for Branch A so that when a checkin occurs Branch A is built. However, if I do a checkin in the Trunk, my automated build will start as it detected a checkin. Is there anyway that I can do builds per branch?