Kevin Dente's Blog

The Blip in the Noise

Browse by Tags

All Tags » MSBuild (RSS)
MSBuild Team releases AssemblyInfoTask
The MSBuild team has released a great new task, the AssemblyInfoTask. This task makes it easy to automatically update the assembly version numbers (both AssemblyVersion and AssemblyFileVersion, as well as other assembly information attributes) as part...

Posted Saturday, November 12, 2005 4:58 PM by kevindente | 2 comment(s)

Filed under: ,

CruiseControl, MSBuild, and Unit Tests
While converting our continuous integration process from Nant to MSBuild, I ran into a problem with unit tests. The build script runs our unit tests by calling the nunit-console.exe test runner with the Exec task. The tests reside in a number of assemblies...

Posted Tuesday, July 19, 2005 10:17 PM by kevindente | 4 comment(s)

Filed under: ,

More Posts