我想整理我的 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 插件访问源代码控制,它有一个用户名和密码屏幕。但是对于命令提示符,我不知道如何登录。
