Search code examples
c#model-view-controllercruisecontrol.netpublish

Publish MVC v1 C# application through Cruise Control


I am attempting to publish a 3.5 MVC website on my build server through cruise control.

Having looked around on the net it appears you need to wrap the ASP Net Compiler. I was hoping that this task can be called through MSBuild.

Any ideas on how this is done?


Solution

  • This article specifies how to specify a precompiled website. http://msdn.microsoft.com/en-us/library/ms164291.aspx

    Remember to also set the tag to 'true' in your MVC csproj file.