In TFS, you can create independence and create branches (well, hopefully ;;)) I have The following is the structure:
-> Trunk - & gt; Branches - & gt; Branch A
If you create an automated build, you can prepare a trigger for the build. In my case, I want to build a build for Branch A so that when a checkin is done then the branch becomes A. However, if I checkin in the trunk, then my automated build will start because it detects checkinIs there anyway that I can make per branch?
Ensure that your workplace definition for the branch in Build is not just the root of your project but in the branch My guess is that the TFS file determines the file change by the workspace, you want it to set your project / branches / branch A in your example.
Comments
Post a Comment