Jader Dias
Jader Dias

Reputation: 90583

How to emulate Visual Studio 2010 behavior when running MsTest tests?

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

Answers (1)

Craig Stuntz
Craig Stuntz

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

Related Questions