Thursday 15 December 2011

Delete Team Porjects on TFS online

I just found out you can delete a team project on TFS online via Visual Studio Command Prompt (2010).

Here is the command:


TFSDeleteproject [/q] [/force] [/excludewss] /collection:URL TeamProjectName
 
For more details refer to MSDN:
http://msdn.microsoft.com/en-us/library/ms181482.aspx#DeletionProcess

No comments:

Post a Comment