Hi. First off I just want to say I am not a developer or engineer. I'm just the poor configuration manager trying to get CruiseControl to build a VS2010 / .NET4.0 C# solution and produce the MSIs as outputs. The engineers I support know how to create these MSIs from their VS2010 clients (of course) but not si much about using what is essentially command line options.
The CruiseControl 'code' I'm using is below. It's nothing very clever. I just want to create these MSIs from an automated build script. I've used the DEVENV alternative which does generate the MSIs but there are other issues with using this method.
Can anyone please help?
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe D:\Software\Test.root\Test\ Test.sln /noconsolelogger /v:quiet /p:Configuration=Release;SafeMode=true ReBuild C:\Program Files\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MsBuild.dll 1800