Delete team project from Visual Studio Team Services

前端 未结 5 938
广开言路
广开言路 2021-01-29 18:23

I am using Team Services on domain visualstudio.com and I need to delete one project, I found out that I need to use command prompt to delete projects, but when I tried the scri

5条回答
  •  灰色年华
    2021-01-29 18:50

    if your project name have space, you must use "MyProject name" TfsDeleteProject /collection:https://mytfs.visualstudio.com/DefaultCollection "MyProject name"

提交回复
热议问题