This content is part of a third party extension that is not supported by the Cake project.
Summary
Writes the specified report to a target.
- Assembly
- Cake
.AzurePipelines .Module .dll - Namespace
- Cake
.AzurePipelines .Module - Containing Type
- Azure
Pipelines Report Printer
Syntax
public override void Write(CakeReport report)
Parameters
| Name | Type | Description |
|---|---|---|
| report | CakeReport | The report to write. |
Return Value
| Type | Description |
|---|---|
| void |
