Reputation: 90583
When you run MsTest tests using Visual Studio 2008 or the command line with default options, the binaries are copied to an "Out" folder. The same doesn't happens when you run it with the Visual Studio 2010. What is the command line options that enable me to achieve the same result as VS2010?
Upvotes: 4
Views: 217
Reputation: 126587
Open up the ".testsettings" in the solution items. (Add one if need be.) Edit it, choose "Deployment," then check "Enable deployment." Save the SLN.
Upvotes: 2