Buck Hodges

Azure DevOps (formerly VSTS and Team Foundation Server)

Visual Studio 2005 Service Pack 1 released

Visual Studio 2005 Service Pack 1 was released yesterday.  Here are the direct download links. · VSTS SP1: http://www.microsoft.com/downloads/details.aspx?FamilyID=BB4A75AB-E2D4-4C96-B39D-37BAF6B5B1DC&displaylang=en · TFS SP1: http://www.microsoft.com/downloads/details.aspx?FamilyID=A9AB638C-04D2-4AEE-8AE8-9F00DD454AB8&...

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. ...

More on the Orcas features for Team Build

Brian Harry posted a TFS roadmap.  I'd like to expand on the portion that describes the features specific to Team Build.  Keep in mind that these features can change before Orcas ships, so there are no guarantees that it will match what's described below. Build There's a lot there.The first item refers to the feature in msbuild ...

TeamPrise 2.0

Congratulations to the TeamPrise team for shipping version 2.0!  Martin Woodward posts about it and includes screenshots. Teamprise Turns 2.0 Tuesday marked the beginning of my second year with Teamprise and today I'm very happy to report that we have just released Teamprise 2.0.  To celebrate I thought I'd give you a quick run ...

Continuous Integration in Team Build for Orcas

Brian Harry has written a post about an SD Times article about TFS.  Since he is the head of Team Foundation, his posts tend to have interesting tidbits in them, such as the following. It talks about the lack of continuous integration and the ability to schedule builds. It also talks about lack of a gui editor for build definitions. I ...

Building software against different versions of .NET with MSBuild in Orcas

Faisal Mohamood, a program manager on the MSBuild team, has written a pair of posts about the "multi-targeting" feature in the Orcas version of MSBuild.  Multi-targeting allows you to build your code against the .NET 2.0, 3.0, or 3.5 frameworks, according to your requirements.  This is great because it allows folks to have some ...

Updated version of new TestToolsTask

I've updated the TestToolsTask that supports using test containers, in addition to the test metadata files supported by v1.  Unfortunately, the task I posted originally didn't result in builds being marked as failed when the tests had errors.  I missed that fact in my testing.  The reason for the problem is that ...

Opportunity to provide feedback on Community Technology Previews (CTPs)

Brian Harry would like your feedback on how and when we do CTPs.  Be sure to post comments on his blog! Feedback on VS Community Technology Previews (CTPs) We recently had an internal email thread with some people on our advisory councils giving us feedback on our CTP process.  There was some interesting and somewhat surprising ...

How to run tests in a build without test metadata files and test lists (.vsmdi files)

[UPDATE 6/16/2010]  The VSTS 2008 release added support for test containers (/testcontainer) in the product, and the 2010 release added support for test categories.  This post now only applies to TFS 2005. Since the beginning, running tests in Team Build (or MSBuild in general) has meant having to use .vsmdi files to specify the...