Resharper DotCover AnalysierThis is a VSTS task that creates the Resharper DotCover Analyse command line and executes it. UsageThe aim of this task is not to reinvent the wheel, but to facilitate users with DotCover in VSTS. Therefore please refer to JetBrains for how to use the command line. Recursive Project FindingAs well as using all the commands the command line offers, it can also be use for multiple projects. Instead of in the Target Arguments passing each project seperatley and manually, you can pass wildcards in the Project Pattern. If you pass anything in the Project Pattern parameter it will detect you want to use this feature. It then uses the Target Working Directory as the base to recursivley search. For Example: Project Pattern = "*Test.dll" Target Working Directory = "/Source" This will search for all DLL that end with 'Test' in the 'Source' directory and then prepend it to any other arguments in the Target Arguments. Further InformationSupportThis currently uses the JetBrains version - JetBrains.dotCover.CommandLineTools.2020.1.3 It runs the command through the Windows Command Line, so it also must be installed and set in the environment settings. All bugs found, please raise a bug on the Git Hub Issues. LegalThis is not an offical task by JetBrains or sponsored by JetBrains. Resharper is a registered trademark of JetBrains and the extension is produced independently of JetBrains. |