Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio: Build several configurations in one step?

I have several Build Configurations of a project that I'd like to run in one step. Currently I have to manually build each configuration (Debug, Profile, Release configs) and it's getting annoying. Is there a command line feature I can use? That would make it "a little" easier because I can just tell the script to build each configuration regardless of the one that's started (I'm already doing this for end-of-build distribution of libs and headers).

like image 602
Casey Avatar asked Jun 30 '12 04:06

Casey


1 Answers

Use Build->Batch Build... from the menu. This will allow you to build/rebuild/clean a subset of all your configurations, or all of them.

like image 104
pb2q Avatar answered Nov 15 '22 23:11

pb2q