Showing results for January 2012 - Buck Hodges

Jan 25, 2012
0
0

How to get the TFS objects used in our own UI integration

Buck Hodges
Buck Hodges

Philip, a dev on version control, recently helped with a question on how to get the TFS objects we use in our UI.  I thought I’d post since others may find it useful. We recently had a request from a customer for a VS add-in that would be able to access the same TfsTeamProjectCollection and VersionControlServer objects that our own UI ...

Team Foundation ServerTFS 2010TFS API
Jan 21, 2012
0
0

A tool to find duplicate copies in a build

Buck Hodges
Buck Hodges

As part of our builds, quite a few projects copy files to the binaries directory or other locations.  These can be anything from image files to test scripts.  To have our builds complete more quickly, we use the multi-process option (/maxcpucount) of msbuild to build projects in parallel. This all sounds normal, so what’s the problem?...

Team BuildMSBuild