Tagged Questions
3
votes
5answers
2k views
MSBuild: Building asp.net 4.0 web sites: .metaproj -files
I have a solution-file with ASP.NET Web Sites.
When I build the solution with .NET 4.0 Beta 2 using
"c:\WINDOWS\Microsoft.NET\Framework\v4.0.21006\MSBuild.exe" d:\MyPath\MySolution.sln
...
2
votes
1answer
281 views
NANT, Cruise Control and ASP.net 4.0
Does anyone know of a good resource for basic samples for both a NANT.Build file and a CCNet.Config file entry for nightly build on an ASP.net 4.0 application, having had a good look around online it ...