In a previous post I dealt with the creation of a Custom Activity to use in TFS2010 builds, in that example I did not dealt about logging. Logging is a vital task to do in custom action, because it is quite difficult to attach a debugger to the Build Agent, and if a build fails, [...]
Continue reading about Logging in Custom Build action for Tfs Build 2010
When you develop web applications you usually have X developers solving bugs and implementing features, and a series of testers that test application during developing process. A must to have requirement is that
Modifications to the trunk are visible as soon as possible to testers.
Data in test database gets preserved
Point 2 is especially important, [...]
Continue reading about Automatic deployment of a web application with TFS Build
One of the most important stuff in a project build, is the ability to mark the assemblies with unique numbers that permits us to reproduce the build. Tfs does not have a standard way of doing this, but with a couple of MsBuild actions it is really simple to overcome this limitation. This is a [...]
Continue reading about Take control of assembly numbering during a tfs build





