views:

11

answers:

0

Any better way to do this? I've used the Continuous Testing AddIn from visual studio gallery, but does not work with SolutionFolders..

so I just added a "Post Build Macro" with

"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\MSTest.exe" /testcontainer:"$(TargetPath)"

Works great, but when there are errors, all I get is an exit code, is there a better way to do this?