AvocadoCorp / CropCircle

A modern, mobile-friendly, and minimalist image cropping widget.
MIT License
21 stars 6 forks source link

How to create two output files using nunit 3 #3

Open Rajasreem opened 8 years ago

Rajasreem commented 8 years ago

I am getting three output xml files as result in nunit 3 by running the command nunit3-console "my dlls" --result: "my ouput path".

I need to combine the three results of the files into one xml file. SO I would like to do as

  1. nunit3-console "dll 1" --result: "path1" %and common xml file%.
  2. nunit3-console "dll 2" --result: "path2" %and common xml file%.
  3. nunit3-console "dll 3" --result: "path3" %and common xml file%.

How to achive this via nunit command. Please suggest solution for me.

lharding commented 8 years ago

I think you may have posted to the wrong project? CropCircle doesn't have anything to do with nunit.