tags:

views:

42

answers:

2

Hi folks,

i'm using the Build Explorer to delete our project's builds. It's taking forever becuase it's 'timing out' trying to delete the label and drop location (now that the drop location doesn't exist any more).

So, I'm hoping to do this via the command line to see if i get more love.

Is this possible?

+1  A: 

Yes it is, see the following HowTo on MSDN.

However, I'm not sure that this is going to improve the situation for you as it basically does the same server calls that the UI does. Give it a try anyway. In the meantime I'll go ask a few folks and I'll edit this answer if we come up with anything to help you with your timeout issues.

Martin Woodward
At least with a command-line call you can stick a load of them in a batch file and leave them running overnight (or whatever) - this is assuming they're doing anything at all when they 'time out'.
AakashM
A: 

The TFS Build Manager utility will let you multi-select and delete. It still works serially but at least it's only one manual step.

Aidan Ryan