This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ReSharperReports.
Summary
Transform the input XML file using either default XSL file, or one passed in via Settings.
- Assembly
- Cake
.ReSharperReports .dll - Namespace
- Cake
.ReSharperReports - Containing Type
- Re
Sharper Reports Runner
Syntax
public void Run(FilePath inputFilePath, FilePath outputFilePath, ReSharperReportsSettings settings)
Parameters
Name | Type | Description |
---|---|---|
inputFilePath | FilePath | The input filepath. |
outputFilePath | FilePath | The output file path. |
settings | Re |
The settings. |
Return Value
Type | Description |
---|---|
void |