I am trying to publish a MVC2 Web app as part of our continuous integration using Cruise Control ccnet.config file with msbuild. I have searched through numerous posts but cant find the right answer or get the suggestions to work. Does anyone know how to get this going so I can output the published files to a directiory ont he build server?
I have this so far:-
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe C:\SVNWork\projectNAME_labelled\ projectNAME.csproj /noconsolelogger /p:Configuration=Release;outDir=Release\ /v:diag ResolveReferences;_CopyWebApplication>
Can someone perhaps get in touch so I can ask them some questions?
Thanks Gregor