-
I was thinking of writing post series on NAnt but then I decided to write some on MsBuild first. This post will briefly introduce you the basic concepts of automation of build, why we need build tools/scripts, and what alternatives we have. Let’s first start with the definition of build script...
-
I revisited porting the builtin Hbm2Ddl task from Nant to MSBuild. It's passing tests on my end and I'll take on a test drive tonight. Nothing real interesting. It is forced to copy the target assemblies into the runtime bin and then cleanup on Dispose(). NHibernate couldn't find the assemblies...