[Team System] How to Delete a TFS Build Type

Something I read on MSDN about deleting Build Types (because there's no obvious way to do it in the Team Explorer:

To delete a build type
1. On the View menu, click Other Windows and then click Source Control Explorer.
2. In the Folder pane of the Source Control Explorer, locate the build type that you want to delete in the ${Team Project}\Team Build Types\{Build Type Name}\TeamBuild.proj tree. The build type is represented by the TeamBuild.proj file, but you need to delete the folder as well.
3. With the desired build type folder selected, choose Delete from the shortcut menu. You will also need to check in the changes that were made to the directory. The build type entry is deleted and the action removes all underlying XML files.

Good shortcut for how to manage Build Types in TFS -> Working with Build Types in Team Build 

I also found good info about deleting build types on the Vertigo's Team System blog -> http://blogs.vertigosoftware.com/teamsystem/archive/2006/05/03/Deleting_Team_Build_Types_and_Team_Builds.aspx

 

No Comments