Hey all,
I've been using CruiseControl.NET for years and I love it, thanks for
all the hard work you guys put in! However, for the first time I've
tried compiling a .NET 4 app with it using MSBuild and it fails
without giving a build error. This is all it gives me:
Failing Tasks : MsBuildTask
Here's what my msbuild node looks like in ccnet.config:
<msbuild>
<executable>C:\WINDOWS\Microsoft.NET\Framework
\v4.0.30319\MSBuild.exe</executable>
<workingDirectory>C:\UCampusDev</workingDirectory>
<projectFile>UCampus.sln</projectFile>
<buildArgs>/noconsolelogger
/p:Configuration=Debug /v:diag</
buildArgs>
<targets>Build</targets>
<timeout>900</timeout>
<logger>C:\Program
Files\CruiseControl.NET\server
\ThoughtWorks.CruiseControl.MsBuild.dll</logger>
</msbuild>
And here's the output of a forced build:
http://pastebin.com/Nc7RuySh
Has anyone gotten a .NET 4 app building using CruiseControl.NET yet?
I've installed both the .NET Framework v4 and the Microsoft Windows
SDK for Windows 7 and .NET Framework 4.
Thanks!
Justin