Customizing Team Build

Is there a way I can customize the team build in such a way that, i am able to give a list of work item ids and the build will retrieve only those files associated with that work item Ids and not other changed files from the source control.

[248 byte] By [StephenJoseph] at [2007-12-31]
# 1

This blog explains how to setup your build type so that you can sync to the files of a given changeset. To customize your build as you desire it, you will have to first write a customtask ( shown here ) which will retrieve the list of changesets associated with the given list of workitems ( you can use the public API from the VersionControl and WorkitemTracking client dlls for this specifically the Microsoft.TeamFoundation.WorkItemTracking.Client.LinkCollection and Microsoft.TeamFoundation.VersionControl.Client.Changeset types) and sync to those changesets.

Thanks,

Chaitanya

ccheruvu at 2007-9-6 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Build Automation...
# 2

I am working on the same thing. I will have a working code in a few days. Fee free to check with me at ramesh@quickenloans.com

RameshKandukuri at 2007-9-6 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Build Automation...
# 3

Hi Ramesh,

Have u made any progress with this? Can u send me an application if u have created one?

StephenJoseph at 2007-9-6 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Build Automation...

Visual Studio Team System

Site Classified