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

alkampfer on August 1st, 2009

Msbuild is microsoft build engine, and I showed some time ago how you can write a custom task to post in twitter the outcome of a build result. Now it is time to give a greater focus on how to write a good task.
Creating a Task is a simple matter of inheriting from the [...]



kick it on DotNetKicks.com

Continue reading about Writing extension for Msbuild

alkampfer on July 10th, 2009

You can find at this link, a table that compare nant tasks with msbuild tasks. If you look at this table it seems that msbuild lacks a lot of things, but actually there are specific visual studio tasks that have no equivalent in nant, like those one for tfs (open issue etc), publishing with clickonce, [...]



kick it on DotNetKicks.com

Continue reading about Comparison between nant and msbuild