Delete project from TFS online with VS2010 Professional (TFSDeleteProject isn't on my computer!)

橙三吉。 提交于 2019-12-07 21:56:42

问题


I have Visual Studio 2010 Professional, and I've been using the TFS service at visualstudio.com. I've read this question and it's answer as well as other things around the web. However, TFSDeleteProject doesn't seem to be part of my development toolset.

So, how can I delete a project?


回答1:


Since TFS @ visualstudio.com is 2012 based, it's best (and sometimes required) to perform administration functions using Team Explorer 2012.

Regardless of whether you have 2010 or 2012 installed you'll find the EXE you are looking for in:

 C:\Program Files (x86)\Microsoft Visual Studio XX.0\Common7\IDE*

*Substitute (x86) and XX.0 as needed

Additionally you should have a Visual Studio 20XX Command Prompt shortcut in your start menu. Running that will create a CMD session with the above directory in the path.



来源:https://stackoverflow.com/questions/15961041/delete-project-from-tfs-online-with-vs2010-professional-tfsdeleteproject-isnt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!