I have my first VS2010 solution with Microsoft tests (ie not nUnit tests). My build is failing on the build server with the error
TF270015: 'MSTest.exe' returned an unexpected exit code. Expected '0'; actual '1'.
What does this mean? Has a test failed? Have I set something up wrong? Is MS telling me to go back to nUnit?
This is caused by a bug resolved in KB983504 hotfix.