Buck Hodges

Azure DevOps (formerly VSTS and Team Foundation Server)

You can schedule builds in Orcas

When we posted the Orcas Team Build Continuous Integration Spec, you may have noticed that there was no support for scheduling builds.  We implemented build scheduling as a Design Change Request (DCR).  That meant that we had to present a justification for the feature, a spec, and how long it would take to implement and test.  ...

Using FinalBuilder with Team Foundation Build

Via Richard Hundhausen, I learned that the folks at FinalBuilder posted an article on their web site about how to get FinalBuilder working with Team Build via FinalBuilder's custom MSBuild task.  If you use FinalBuilder, you may want to check that out.tags: tfs, team foundation server, team build, msbuild, final builder...

Incremental gets with Team Build and the list of files that changed

After you learn five things about Aaron that you didn't know, he'll show you how to do an incremental get without necessarily doing an incremental build. Doing an Incremental Get in Team Build In Team Build v1.0, it is not possible, without some trickeration, to do an incremental get without also doing an incremental build.  (The process ...

TFSBuildManager – project on CodePlex

Lorenzo Barbieri wrote about a tool on CodePlex called TFSBuildManager.  I didn't know about this one.  It's a tool written by Dudu Shmaya.  The CodePlex project page has the following about the project. TFSBuildManager TFSBuildManager is a utility to manage Team Foundation build types in an environment other than Visual Studio...

How to deal with the Y2K7 problem — file versions and AssemblyInfoTask

If you use the AssemblyInfoTask to stamp the version numbers for your assemblies that you build with MSBuild as part of your Team Build process, you may run into the "Y2K7" problem.  The version number is stored as a 16-bit (yes, 16 not 32) unsigned integer.  With the format YMMDD, January 1, 2007 becomes 70101, which is 70,101 and ...

How to add your own message in the build report

If you've ever wanted to add your own message in the "Build Steps" section of the detailed build report, Aaron Hallberg provides a custom task to do it.Aaron, along with the rest of the team, had been focused on finishing up the continuous integration feature for Team Build.  I'm happy to say that we got it finished and checked into the ...

Third party add-in: Test Manager Add-In for Microsoft® Visual Studio® 2005 Team Edition for Software Developers

Many customers have expressed their disappointment with the fact that test lists (.vsmdi files) can only be created and managed in VSTS for Testers or VSTS Suite, leaving VSTS for Developers users in a bind.  There is now an add-in from Ekobit that solves this problem!  Check it out!Here's the announcement on Ognjen Bajic's blog. ...