3
votes

I can build a "debug" deployment package when Visual Studio 2010's solution configuration is set to "Debug". But when I change it to "Release" and build my setup project, the resulting msi still packs the debug dlls. Why might this be?

2

2 Answers

2
votes

Did you check the Configuration Manager about your setup project ?

0
votes

Most probably it's a bug. I'm observing the same behaviour in VS2013. Just close and reopen the solution to update the dependencies.