If you have an MSBuild custom task that you want to reuse in a TFS 2010 build workflow, you have two solution. The first is using the MsBuild activity as I described in this post, but this approach has a lot of limitations. First of all it is clumsy, because you have to pass custom [...]
Continue reading about Wrap a MsBuild Custom task inside a custom action
Some time ago I blogged about logging in custom action for TFS build 2010, I left out some details. Suppose you want to create a warning or an error and not a simple message, you need to create a specialized version of the LogWarning that logs a real warning. You can do the same with [...]
Continue reading about Log warning and errors in a custom action
I just read this post of Martin Fowler, and I found it very interesting. In my opinion, even small projects will greatly benefit from Continuous Integration. Despite of the Branching policies that you choose, having a machine for CI is vital during the lifetime of a project. Usually I do not like very much CherryPicking [...]





