I’ve written previously about using MSBuild With Nunit as well as a bit of a Manifesto on Relentless Build Automation. I believe that automating the build and deployment process is a necessary step to ensure the reliable delivery of quality software.
Release Management
One of the things that we as software developers have to do is [...]
Archives for posts tagged ‘msbuild’
Automated Subversion Tagging With MSBuild
Friday, 23 February 2007
More On MSBuild
Thursday, 30 November 2006
On the heels of my article on using MSBuild with NUnit, I’ve been totally outdone by Brennan. Check out his series on MSBuild.
He covers Unit testing with NUnit (naturally), but starts with the basics, and gets into everything from Packaging to Web Deployments. All with nice screenshots! He also digs into some things [...]
MSBuild with NUnit
Tuesday, 28 November 2006
I’ve written about Unit Testing and Build Automation in the past, but mostly dealing with Java projects and tools (because I usually write about things I’m working on at the time). Well, I’ve started a .NET project for the first time in a while so I want to solve some of the samde problems in [...]