<exec program="MSBuild.exe" basedir="${net2.0.framework.path}"
workingdir="${solution.path}" verbose="true" if="${msbuild.flag}">
<arg value="/noconsolelogger" />
<arg value="/property:Configuration=${configuration}" />
<arg
value="/logger:ThoughtWorks.CruiseControl.MsBuild.XmlLogger,${workspace.
base}\Global\Build\ThoughtWorks.CruiseControl.MsBuild.dll" />
</exec>
Thank you,
Mark
<exec basedir="C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727"
program="msbuild.exe">
<arg value="/nologo" />
<arg value="${LocalSolutionRoot}\${SolutionName}.sln" />
<arg value="/p:OutputPath=${LocalSolutionBin}" />
<arg value="/p:SignAssembly=true" />
<arg
value="/p:AssemblyOriginatorkeyFile=${LocalShared}\OurKey.snk" />
<arg value="/p:Configuration=Release" />
<arg value="/p:ReferencePath="${ReferencePaths}"" />
</exec>
</target>
To clarify I would like the output the same as the CCNet MSBuild Task in
the Dashboard.
I added ;${CCNetWorkingDirectory}\msbuild-results.xml to
<arg
value="/logger:ThoughtWorks.CruiseControl.MsBuild.XmlLogger,${workspace.
base}\Global\Build\ThoughtWorks.CruiseControl.MsBuild.dll;;${CCNetWorkin
gDirectory}\msbuild-results.xml" />
In my ccnet.config file I make sure to merge this xml file.
Mark Rainey
216.825.6641
Gary