Suppose I need to build a whole solution (which has multiple projects) in command line, is it possible to run a clean build for a particular projects and run an incremental
Just a small refinement for using in PowerShell:
pathTo\MSBuild.exe pathTo\solutionfile.sln /target:"clean;Build"
Source For Different Target