如何建立调试和发行一次?

2023-09-03 15:46:45 作者:interthing{有趣}

当我选择建设 - >生成或其他任何东西,只建当前选择的配置(调试或发布)。如何使它建立例如版本还当我在调试模式(我选择调试)?

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)?

推荐答案

您可以做到这一点与批生成,虽然它不是在防爆preSS版本。无论如何,你不希望被建立从GUI,无论如何,你应该使用的MSBuild 或类似这种事情的自动化构建过程。

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.

相关推荐