Added command line scripts for working with TFS workspaces.

This commit is contained in:
James Skemp 2013-11-21 15:45:31 -06:00
parent 8c7e09920e
commit 2019600a17
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
REM Run from VS developer command prompt
tf workspace /delete _workspace_;_domain_\_user_ /server:http://_server_:8080/tfs
PAUSE

View File

@ -0,0 +1,3 @@
REM Run from VS developer command prompt
tf workspaces /server:http://_server_:8080/tfs /owner:*
PAUSE