Reputation: 1733
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
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?
Upvotes: 5