How can I build Debug and Release at once?

后端 未结 4 779
花落未央
花落未央 2021-02-18 21:08

When I select menu BuildBuild or anything else, it only builds the currently selected configuration (Debug or Release). How can I make it build, for ex

4条回答
  •  一个人的身影
    2021-02-18 21:21

    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 parametrize the commands using project properties via macros. It can be useful for auto-copying of final assemblies to central location, etc.

提交回复
热议问题