Reputation: 2105
As my title describes, when I got to Build>Build Solution , and after changing the configuration to Release in the Properties section, my Release folder stays empty. Any hint? Thanks a lot
Upvotes: 1
Views: 308
Reputation: 82944
Open the properties for your project and check where it is set to build to for the Release
configuration.
Release
in the Configuration drop down list.bin\Release
if you want it to build to the usual Release build output folder.Alternatively, check that the project is set to actually build in a Release configuration.
Build
-> Configuration Manager
on the menus.Release
in the Active Solution Configuration drop down list.Upvotes: 2