In TFS, you can create automatic assemblies and create branches (well, hopefully.;)) I have the following structure:
->Trunk
->Branches
-> Branch A
If you create an automatic assembly, you can create a trigger for the assembly. In my case, I want to create an assembly for branch A so that branch A is created when I log in. However, if I run a test in Trunk, my automatic assembly will start when a check is detected. Is there anyway that I can create assemblies for each branch?
source
share