0

我想整理我的 Visual Studio Team Services 源代码控制,并试图删除一个旧项目。我在网上查看过,我有开发人员命令提示符所需的命令。但是我不知道如何通过提示验证自己。

例如我有这个命令:

tfsdeleteproject /collection/https://DOMAIN_NAME.visualstudio.com/DefaultCollection/PROJECT_NAME/

但我收到这条消息:

Deletes the team project from Team Foundation. To use this command, you must be a member of either the Team Foundation Server Administrators group or a member of the Project Administrators group for the project you are deleting. Use this command with caution because after deleting the team project it cannot be recovered.

谁能提供一些帮助?我通常通过 Visual Studio 中的 tfs 插件访问源代码控制,它有一个用户名和密码屏幕。但是对于命令提示符,我不知道如何登录。

4

1 回答 1

2

正如@DaveShaw 所提到的,要删除 Visual Studio Team Services 上的团队项目,请使用 Web 访问管理页面 ( https://YOUR-SITE.visualstudio.com/DefaultCollection/_admin )。单击过时团队项目名称旁边的小箭头并删除。

删除 vso 团队项目

于 2014-03-18T00:48:02.380 回答