I’m running team build 2010, and I have a build definition with tests enabled. For some reason most of the tests are failing (that aren’t failing on a developer machine), and I can’t figure out why.
The build report tells me which tests failed and which tests passed, but it doesn’t state why the failing tests failed. The visual studio tools tell me what’s wrong, but I’m not running these tests in visual studio.
How do I determine what went wrong with the failing tests on the build server?
You can still open the test results from the build in Visual Studio — that will give you more details about what is failing and why.