When I select Build->Build or anything else it only build the currently selected configuration (Debug or Release). How to make it build for example Release also when I'm in "Debug mode" (I have debug selected)?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can do this with "Batch Build", although it's not available in the Express version. Anyway, you don't want to be building from the GUI anyway, you should be using |
|||||||||||||||||
|
|
If you want to use the build button and not build it via menus, you can use the Post-build Command function (or pre-build - it is up to you). You can parametrized the commands using project properties via macros. It can be useful for auto-copying of final assemblies to central location, etc. |
|||
|
|
|
In order to build for Release mode, the shortcut is Ctrl + F5, but I don't think you can build both at the same time... I don't understand why you would need to. |
|||||||||||||
|