I recently blogged about how you can suppress continuous integration builds by adding ***NO_CI*** to the check-in comment. It was pointed out to me on the OzTFS mailing list that there is a property in Team Build called $(NoCICheckInComment) that contains this value so you can avoid having to hard-code it in your build script.