How can I publish Visual Studio 2015 code analysis as a build feature

I've got a TeamCity build configuration that runs Visual Studios (2015) code analysis on a multi-project solution, publishing the xml reports as artefacts. While this is helpful, I'd also like to be able to use the XML report processing feature of TeamCity, but it doesn't seem to have any support for this report type - I'm not sure if there's a better solution than not performing any processing on it.

What can I do to get a nicely processed report for the VS code analysis?

0
1 comment

Hi,

 

the feature is limited just now to the cases described here: https://confluence.jetbrains.com/display/TCD18/XML+Report+Processing

 

VS test reports are covered, but I'm afraid code analysis aren't. You can try sending a feature request to our tracker here: https://youtrack.jetbrains.com/issues/TW?q=custom%20run%20artifact%20dependency%20wrong%20dependency%20parameter

 

Also you might want to consider the feature to add third party reports, but they have to be in HTML beforehand: https://confluence.jetbrains.com/display/TCD18/Including+Third-Party+Reports+in+the+Build+Results

1

Please sign in to leave a comment.