Visual Studio 2010 project upgrade bug; test assemblies being copied to release folders in error
After I upgraded an ASP.NET Web Application VS2008 solution to VS2010 I found a strange problem. When I build either the whole solution or the test project in the solution the test assembly gets copies to Web Applications bin directory. However if I build the solution from the command line with MSBUILD they are not copied (so MSBUILD behaves as VS2008 used to). Turns out it is easy to repeat, the process is as follows: ...