It took me longer than I thought it would to find this, but is you are using TFS2008 and you want builds to fail if any of the tests fail then you can add the following to the tests properties group in your build project (TFSBuild.prof)
<PropertyGroup> <!-- TEST ARGUMENTS If the RunTest property is set to true, then particular tests within a metadata file or test container may be specified here. This is equivalent to the /test switch on mstest.exe. <TestNames>BVT;HighPriority</TestNames> --> <TreatTestFailureAsBuildFailure>true</TreatTestFailureAsBuildFailure> </PropertyGroup>
Very handy…










Martin is an Senior ALM Consultant at Northwest Cadence, Microsoft Visual Studio ALM MVP of the Year 2011, Visual Studio ALM Rangers Champion 2011 and a Professional Scrum Trainer

