Compile versus build

Hi there.

Is there a way of just compiling a Solution file without building or rebuilding it?

The reason we want to do that, is because we want to check compilation errors during the day (which would take just a few minutes), before building our projects, which takes a few hours.

 

Please advise.

 

Thanks,

Guy.

Hi Guy

Build only compiles parts of the solution that are modified, which is essentially what you want anyway. Rebuild recompiles everything.