Satisfactory NCoverExplorer.Console.exe from nant
Satisfactory NCoverExplorer.Console.exe from nant
Hi i wounder how you set the Satisfactory Factor Percentage when you calling NCoverExplorer.Console.exe from an Nant-task. Can i load a projectfile? Because the commandArgs or minCoverage does not work.
RE: Satisfactory NCoverExplorer.Console.exe from nant
use the "satisfactoryCoverage" attribute to set the satisfactory coverage percentage
Stephen
RE: Satisfactory NCoverExplorer.Console.exe from nant
Great, thanks!