1. Open up command prompt.
2. Navigate to the
i.e. C:\Program Files\Microsoft Visual Studio 2005\Common7\IDE\PrivateAssemblies
3. Locate an executable named TFSDeleteProject.exe
4. Issue the command TFSDeleteProject /TeamFoundationServer:<Server Name> <Project Name>
i.e. TFSDeleteProject /TeamFoundationServer:MyServer01 MyTestProject
You should take note that deleted team projects are not recoverable. Therefore, you better be sure about it before executing the command. This command only works for Beta 3 of Team Foundation Server. The older version uses DeleteTeamProject.exe.
No comments:
Post a Comment