If you're not executing a MSBuild process, you can disable this
message from appearing in your log files by commenting out the MSBuild
xsl parser in the <xslFiles> section of the ccnet.exe.config file
which should be located in your C:\Program Files\CruiseControl.NET
\server directory.
Your current config file should read as:
<file name="xsl\msbuild.xsl"/>
You would need to modify it to look like this:
<!-- <file name="xsl\msbuild.xsl"/> -->
On Sep 13, 12:56 am, Prashant Sawant <[email protected]> wrote:
> Hi
> I am getting following error
> Please make sure that MSBuild is executed using the XmlLogger (use
> the argument: /
> logger:Kobush.Build.Logging.XmlLogger,Kobush.Build.dll).
> what could be the issue
>
> Regards
> Prashant R Sawant