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…

[896 byte] By [PabloRincon] at [2007-12-16]
# 1
Hello Pablo!

Unfortunately, incremental building is not a supported feature in V1 Team Build.

Yes - Team build always syncs all sources from the depot and builds everything from scratch. Adding your own build target will not help because we delete the older binaries and get all mapped sources and rebuild from scratch.

Thanks for using Team Build.

-Anu

Anutthara at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 2
That's what I thought.
Thanks for the answer Anu.
PabloRincon at 2007-9-9 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...

Visual Studio Team System

Site Classified