Bronzato
Bronzato

Reputation: 9332

Deleting a project from TFS

I would like to delete the project named 'Test' from TFS.

enter image description here

I already try:

(dos prompt)
TFSDeleteProject /force /collection:https://xxxxxx.visualstudio.com/defaultcollection Test

It doesn't work because Test project is located under yyyyyyyy

Any idea how to proceed?

Thanks.

Upvotes: 0

Views: 2349

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038710

Test doesn't seem to be a TFS project. It is a folder inside the yyyyyyyy TFS project. In order to delete it you simply use the Del (Suppr. in your case) on your keyboard while hovering over the Test folder in the source explorer. You could also right click on the Test folder and choose to delete it from the context menu. Then simply check-in the pending changes on the yyyyyyyy project.

Upvotes: 2

Related Questions