Amitabha
Amitabha

Reputation: 1733

TFS remove all workspace on local

Today I want to clean all workspace on our build server. But I tried some command param and failed.

How to remove all TFS workspace on local?

Upvotes: 3

Views: 2890

Answers (1)

Amitabha
Amitabha

Reputation: 1733

After search, following cmd will remove all workspaces:

tf workspaces /remove:*

Refs:

What’s the difference between tf workspace /delete and tf workspaces /remove?

TFS – deleting old workspaces

Upvotes: 5

Related Questions