Import code inspection results
If running resharper code inspections from outside of TeamCity, is it possible to import the xml results during the build? Similarly to how we import unit test results? I added the output xml file as an artifact, but that didn't do anything. Only thing I could think of.
Thanks
Please sign in to leave a comment.
Nevermind, found it!
https://confluence.jetbrains.com/display/TCD9/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-PublishingArtifactswhiletheBuildisStillinProgress
Specifically, in the console output I use:
##teamcity[importData type='typeID'path='<path to the xml file>']with a typeId of
ReSharperInspectCode