Sometimes things go wrong during a build, after all Team Foundation isn’t bullet proof, and a build will remain in some intermediate state forever, which means you have stop the hard way. Fortunately, Team Foundation’s command line has a few more commands than Visual Studio’s interface, and stopping one of those builds is quite simple:
TfsBuild stop Server TeamProject BuildNumber
Ex:
TfsBuild stop http://your-tfs-server-here YourTeamProject BuildName
Technorati Tags: team foundation, build, build server
Tags: visual studio





