Unable to find the TargetArguments path While configuring dot cover in VSTS

+3 votes

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"
Mar 27, 2018 in DevOps & Agile by Atul
• 10,240 points
870 views

1 answer to this question.

0 votes

For your unable to find the TargetArguments path issue, the parameter value for TargetArguments is not correct

Change it to: /TargetArguments="$(Build.SourcesDirectory)\xxxxxx.AD.UnitTest\bin\Release\VonExpy.AD.UnitTest.dll"

Now for the xUnit test, according to this thread: Error encountered when running dotcover console runner using xunit as the target executable, you hsould use xunit.console.exe in xunit.runner.console package.

answered Mar 27, 2018 by ajs3033
• 7,300 points
Totally agree with this, it has worked for me..

Related Questions In DevOps & Agile

+1 vote
2 answers

is it possible to assign a Feature/User Story/Task to a team [Group] in VSTS

In most cases, we would break Work ...READ MORE

answered Oct 11, 2018 in DevOps & Agile by lina
• 8,220 points
5,081 views
+13 votes
2 answers
0 votes
1 answer

Error: Unable to access elasticsearch in docker for windows

This is simple, just follow the below ...READ MORE

answered Sep 3, 2018 in DevOps & Agile by Sophie may
• 10,610 points
1,472 views
0 votes
1 answer
+5 votes
7 answers

Docker swarm vs kubernetes

Swarm is easy handling while kn8 is ...READ MORE

answered Aug 27, 2018 in Docker by Mahesh Ajmeria
3,145 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,507 views
+5 votes
3 answers

Steps to Call Python method in BuildBot

To run python code, you must write ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by ajs3033
• 7,300 points

edited Oct 12, 2018 by Kalgi 1,381 views
0 votes
1 answer

unable to build .Net project using NUGet

you just need the developer pack for ...READ MORE

answered Apr 3, 2018 in DevOps & Agile by ajs3033
• 7,300 points
731 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP