Category Archives: TFS

MSBuild – Running in Parallel

      No Comments on MSBuild – Running in Parallel

MSDN Article: http://msdn.microsoft.com/en-us/library/bb651793.aspx some way to use foreachhttp://www.differentpla.net/content/2010/08/msbuild-target-batching-each-simplified Using this concept and Running Targets in Parallelhttp://mikefourie.wordpress.com/2010/12/04/running-targets-in-parallel-in-msbuild/   This would somehow won’t produce the nice logging to read though.

TFS Lock: Detecting All Files Locked by Remote User

Detecting All Files Locked by Remote User     We know how to undo files checkout by other users:tf undo $/MyProject/packages/EntityFramework.5.0.0/tools/migrate.exe /workspace:”MyWorkspace;MyName” /server:http://TestTFS:8080/tfs/Project       In some cases, you are not sure how many files are locked by the User.       If User is unavailable, you can’t delete the workspace as well. If… Read more »