Hi,

I am using CCNET to run code analysis using MSBUILD. I have on CCNET server 
with Visual Studio 2013 installed. In CCNET.Config I have MSBUILD task with 
performs code analysis. 


<msbuild>
          <executable>C:\Program Files 
(x86)\MSBuild\12.0\Bin\MSBuild.exe</executable>
          <workingDirectory>D:\Software\2014Tests</workingDirectory>
          
<projectFile>D:\Software\2014Tests\COMMON\Data.csproj</projectFile>
          <buildArgs>/p:RunCodeAnalysis=true</buildArgs>
          <logger>D:\Program Files 
(x86)\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MsBuild.dll</logger>
  <timeout>3600</timeout>
        </msbuild> 

The build runs successfully. But I am unable to see any Code Analysis 
results/report. Any idea how can I see report/results of code analysis 
performed using MSBUILD (Visual Studio 2013) on CruiseControl dashboard.

Regards !

Yogesh

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ccnet-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to