Delete team project from Visual Studio Team Services

前端 未结 5 885
广开言路
广开言路 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:43

    Thanks to @Christopher I was able to make the script work.

    You can use the following command from the "Developer Command Prompt":

    TfsDeleteProject /collection:https://mytfs.visualstudio.com/DefaultCollection MyProject
    

    Printscreen of command prompt with working script

提交回复
热议问题