Buck Hodges

Azure DevOps (formerly VSTS and Team Foundation Server)

Viewing test results in a web browser

Rido posted a cool way to see your test results from a build without having to copy the information locally and view it in VS.  Pretty cool! TestResults Reports in TFS Builds If you use TFSBuilds with VS UnitTests, you know how to inspect the TestResults: you must download the whole directory to your local machine, and sometimes ...

Chicago VSTS Users Group

For those of you in the Chicago area that use Team System, Clark Sell will be presenting at the Chicago VSTS Users Group meeting.  It should be a great time to learn more about VSTS! Chicago VSTS Users Group, Round 2 Since I am speaking this time, I can't help but self promote can I? Right now I am in the middle of sketching out content...

Update to “How to run tests in a build without test metadata files and test lists (.vsmdi files)”: Test Categories

 Pierre Greborio, a developer over in MSTV, has contributed a great new feature to the power tool task that allows you to run tests without .vsmdi files: test categories.  Those of you who have used NUnit are probably familiar with the Category attribute.  Test categories allow you to execute specific groups of unit tests. ...

Orcas Beta 1 has shipped – summary of Team Build beta 1 features and links

As you probably already know, Orcas Beta 1 has shipped.  Internally, the product team is focused on finding and fixing bugs for beta 2 (and has been for nearly a month now). The release includes a Virtual PC image with all of Visual Studio Team System plus Team Foundation Server, which you can download now.  There's also an image ...

Stop piling on when the build breaks: Build checkin policy for Continuous Integration in Orcas

Last fall, Clark Sell wrote a blog post called Stop, the build is broken!! that introduced a checkin policy that reported errors when the build was broken.  If you are using continuous integration where every checkin starts a build, you want folks to stop and fix build breaks when they occur, rather than pile on more checkins and ...

Aaron’s back and has new posts on Team Build

Aaron Hallberg took a month off after the birth of his daughter, Stella.  Now that he's back, he's got a couple of interesting posts. The first one applies to TFS 2005 (aka v1) and shows you how to pass custom properties to each solution that you build.  It's something that a lot of folks have needed to be able to do, but the ...