Created
September 22, 2013 19:51
-
-
Save umair-me/6663162 to your computer and use it in GitHub Desktop.
Delete a project from team foundation server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE | |
Open a Command Prompt in the above folder and then run the delete command like below: | |
(don't forget the "/DefaultCollection" bit and remember to use quotation marks around your team project name if it has spaces in it) | |
tfsdeleteproject.exe /force /collection:https://<YourCollection>.VisualStudio.com/DefaultCollection "My project name with spaces" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment