Thomas Janssen has an interesting blog article about how to implement Delta Builds using Team Build. With incremental builds (which are supported by Team Build) all of the assemblies (regardless of whether they were built during the current build or previous builds) are dropped to the drop location. However, delta builds only drop the assemblies that have changed since the baseline. Via Sayed Ibrahim Hashimi.