alkampfer on January 14th, 2010

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, [...]



kick it on DotNetKicks.com

Continue reading about Logging in Custom Build action for Tfs Build 2010

alkampfer on October 23rd, 2009

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, [...]



kick it on DotNetKicks.com

Continue reading about Automatic deployment of a web application with TFS Build

alkampfer on August 21st, 2009

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 [...]



kick it on DotNetKicks.com

Continue reading about Take control of assembly numbering during a tfs build