How do you use Nant to build an ASP.Net MVC project?
- by Max
Does anyone have an example nant build file to build an MVC2 project? I'm not sure whether you can use msbuild or whether you have to use aspnet_compiler or if nant will just handle it.
Thanks