Visual Studio: Build several configurations in one step? -


i have several build configurations of project i'd run in 1 step. have manually build each configuration (debug, profile, release configs) , it's getting annoying. there command line feature can use? make "a little" easier because can tell script build each configuration regardless of 1 that's started (i'm doing end-of-build distribution of libs , headers).

use build->batch build... menu. allow build/rebuild/clean subset of configurations, or of them.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -