Question

I have one team project with multiple solutions in TFS 2012 and also have multiple build definitions that download only relevant sources to build.

I've noticed that each build includes all changesets/work items that have been checked in for other solutions which are not part of the source for the build.

Is there a way to associate changesets/work items that are only relevant to the source for each build definition?

Was it helpful?

Solution

The default association works by linking work items to build based on builds workspace. If a changeset in workspace scope since last build is linked to workitem it will be associated with build. If you cannot limit workspace scope then you will have to introduce custom linking activity and disable the default one.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top