How can I build Debug and Release at once?

后端 未结 4 848
花落未央
花落未央 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:18

    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 MSBuild or something of that nature to automate your build process.

提交回复
热议问题