Buck Hodges

Azure DevOps (formerly VSTS and Team Foundation Server)

Deleting test results from a build

In either TFS 2005 or TFS 2008, you can delete the test results published against a build (How to: Publish Test Results).  However, discovering this feature may be difficult, and I didn't find it on MSDN in a quick search of the docs. What you'll need to do is to bring up the build details (aka the build report) in Visual Studio.  ...

TFS 2008 beta 2: How to add a Network Service account to the Build Services group

We changed the build agent setup such that the default presented in the setup GUI is to use Network Service as the build service account.  One big advantage of doing this is that the Network Service account doesn't have a password that expires, removing one annoying administrative issue. Once you install the build agent, you need to add ...