Delete team project from Visual Studio Team Services

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

    1. Open “Developer Command Prompt” under “Program Files>Microsoft Visual Studio” or in Windows 8 type “Developer“.

    2. In the command prompt, use this command template below to delete your project from TFS. Replace the YourTFSName to yours and also the ProjectName to the name of your project.

      TfsDeleteProject /collection:https://YourTFSName.visualstudio.com/DefaultCollection ProjectName
      
    3. Hit Enter and then Y if you are prompted for confirmation.

    4. Done. Double check by login to your TFS online.

    From http://bizvise.com/2013/03/08/how-to-delete-team-project-from-my-team-foundation-service-tfs-default-collections/

提交回复
热议问题