I installed resharper CL in my build server and have added CL task in my VSTS build profile:
Build profile
In this project, I am using xUnit test project. My main problem is target executable path. I tried installing xUnit as it is VS extension. But how can I use xUnit as target executable?
Following is the command line I want to use:
dotcover analyse /TargetExecutable={Path to Xunit}" /TargetArguments= $(Build.SourcesDirectory)+"\xxxxxx.AD.UnitTest\bin\Release\VonExpy.AD.UnitTest.dll" /Output="AppCoverageReport.html" /ReportType="HTML"