How to Run Tests from MSBuild
I am Running the Tests from MSBuild, and they are running fine. All the tests are executed either Pass / Fail.
I am using the exec command provided by MSBuild to run the MSTest.exe command.
There is one problem, after the tests are executed the error comes up
C:\master.proj(34,3): error MSB3073: The command "MSTest/TestCotainer:Testing1099.dll" exited with code 1.
I dont know what happens after the exec command, there is nothing after that.
May be a logical error, if someone can help me it would be appreciated.
Thanks
Sameer

