Incremental builds with Team Build
I've been running incremental desktop builds successfully mainly using the default compilation process defined in Microsoft.CSharp.Targets. But when I try to build using a “team build” it rebuilds everything from scratch.
Do “team builds” always build everything?
Do I have to override the default compilation process to accomplish this?
I’ve already tried with my own Build/csc target but it doesn’t seem to work…

