| Have now had some more time to dig into this and it appears as it wasn't the MSTest that caused this. It was the FxCop part in the "Record compiler warnings and static analysis results" that caused the problem. It was for some reason configured in the same group as the MSTest hence it was only executed in one of the configurations (Debug in this case). Moving it to the common part so that it is executed in both configurations yields a green build. Is it a bug that it fails the build with an exception if it is run in one branch of a multi-config job? Perhaps it is... To me it is probably something that I would look into in order to handle corner-cases.. So, what should we do with this issue? Close it or improve the plugin? Think I'll leave it to you hackers out there  |