Showing archive results for 2009

Mar 30, 2009
Post comments count0
Post likes count0

Debug your build with MSBuild Sidekick v2.3

Buck Hodges
Buck Hodges

The folks at Attrice have released a new version of their MSBuild Sidekick, and it now includes a visual debugger for msbuild.  If you've ever tried to debug a build process, you know how tedious it can be and will want to check this out. MSBuild Sidekick v 2.3 is released We are happy to announce the release of version 2.3 of MSBuild Sid...

Team BuildMSBuild
Mar 22, 2009
Post comments count0
Post likes count0

Sorting by multiple columns in work item tracking

Buck Hodges
Buck Hodges

Recently I was showing someone the results of a bug query and sorting by more than one column in work item tracking in Team Explorer.  When the person said he didn't realize that feature existed, I decided it would be worth posting.  This also works in Team System Web Access. To sort by more the one column, simply hold the Shift key when ...

Team Foundation ServerSource ControlWork Item Tracking
Feb 9, 2009
Post comments count0
Post likes count0

Why the CheckInEvent doesn’t list all of the files in a changeset

Buck Hodges
Buck Hodges

I recently received a question from someone about the CheckInEvent. We subscribe to the Notify event using the BisSubscribe tool. Basically we have many applications that share some projects, but as TFS has no mechanism for sharing we have written our own in house app. We have hooked into Notify for the CheckInEvents and we check each file af...

Team Foundation ServerSource ControlTFS API
Feb 6, 2009
Post comments count0
Post likes count0

New book on MSBuild and Team Foundation Build

Buck Hodges
Buck Hodges

There is now a book dedicated to MSBuild and Team Foundation Build.  The book is written by Sayed Ibrahim Hashimi and William Bartholomew.  Sayed has written about MSBuild before, both in books and MSDN Magazine articles, and William is a Team System MVP with a lot of experience in customizing the build process in Team Foundation.If you w...

Team Foundation ServerTeam BuildMSBuild
Feb 6, 2009
Post comments count0
Post likes count0

Fix for TFS Build 2008 SP1 to speed up your builds

Buck Hodges
Buck Hodges

Quite a few folks have reported longer build times and noticed that the build details view has a lot more output in it, and as a result of the extra output being logged, the builds are slower.  Aaron has written a post about a hotfix to speed up your builds in the SP1 version of Team Build.  This hotfix, like many others for TFS, is avail...

Team Foundation ServerTeam Build
Feb 6, 2009
Post comments count0
Post likes count0

Team System site overhauled

Buck Hodges
Buck Hodges

Sharon Elkins has written a post about the newly-redesigned Team System web site.  She has some details on the transformation, but one thing that stands out is the page reduction.  It's got about 75% fewer pages, which means a bunch of old stuff is gone.Check it out and give her your feedback!Technorati tags: team system, vsts

Team Foundation ServerVSTS
Jan 26, 2009
Post comments count1
Post likes count0

How to determine the latest changeset in your workspace

Buck Hodges
Buck Hodges

[UPDATE 7/25/14] Added equivalent API calls. When you run get for your entire workspace without any argument, you are requesting that the server give you the latest set of files.  Later you might wonder what changeset was used in that get.  To figure that out, you can use the following history command from the root (top) of your workspace...

Team Foundation ServerSource Control