MSBuild

Since NAnt comes with NAnt 0.90 release I was interested to use it with my project IZWebFileManage.

 

At first look it is powerful tool allows me easy to build project, run tests and package release. The first task was"build" of course.

 

For such purpose NAnt offers <csc> task, but using this task I have to declare output type, list of source files, resources etc. It is quite good if you are using Notepad or any other (not Visual Studio) IDE, but I (and I believe most of .NET developers) use Visual Studio and have *.csproj file.

 

igorz 02/06/2010 - 18:55
Syndicate content