I have a solution contains 10 projects and would like to exclude 1 or 2 projects when building the solution. The issue is that I'm building the solution in command line and would like to run it once partially (not all projects) and the next time it should run as is - all projects will be built. (I'm using MSBuild.exe)
Does any of you know of such a way to do it using command line (and not using VS interface)?
Are there any command line arguments to exclude these projects?