Aaron Hallberg has posted the first of a few posts on how to write custom activities (aka Tasks) for Team Build 2010 Beta 1, if you ever wrote custom MSBuild Tasks, or thought about it then this post is a critical read to get you up to speed.
In Team Build 2010 the orchestration of the build process is done using Workflow Foundation instead of MSBuild. For those MSBuild lovers of you out there, don’t fret, the actual building of projects is still done with MSBuild and you can invoke any MSBuild projects you want from your workflow.
Advertisement