I have some MSTest unit tests that are running just fine on my machine but are failing in my autobuild.
The error gives a generic fault exception then says "See the inner exception for details".
Normally I would just run the test then examine the inner exception. But it is working fine on my machine.
Is there a way to tell the tests to record the inner exception test too? Or do I have to log on to my build machine and try to run the tests from there? (Not really a great solution in my opinion.)