ReportUnit aliases

Built-In

Contains functionality related to ReportUnit.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the ReportUnitSettings class:

#tool "nuget:?package=ReportUnit"

General

ReportUnit(DirectoryPath, DirectoryPath, ReportUnitSettings) Converts the reports in the specified directory into human readable form and outputs to specified folder.
ReportUnit(DirectoryPath, ReportUnitSettings) Converts the reports in the specified directory into human readable form.
ReportUnit(DirectoryPath) Converts the reports in the specified directory into human readable form.
ReportUnit(FilePath, FilePath, ReportUnitSettings) Converts the single specified report into human readable form and outputs to specified file.
ReportUnit(FilePath, FilePath) Converts the single specified report into human readable form and outputs to specified file.