I created some msbuild scripts that build my projects using msbuild task. I pass as parameters the list of projects to build (not the solution file).
In VS2010, building the solution the second time without modifying any files will finish almost at the same time since it detect that nothing was changed.
Executing the msbuild scripts the second/third/forth time will take the same time.
Any ideas how to make the msbuild to behave the same as vs2010?
Thanks, Eran.