Summary
Log to the AppVeyor logger (which is only available when building your solution on the AppVeyor platform).
- Namespace
- Cake
.Common .Tools .VSTest - Containing Type
- V
S Test Settings Extensions
Syntax
public static VSTestSettings WithAppVeyorLogger(this VSTestSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | VSTestSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| VSTestSettings | The same VSTestSettings instance so that multiple calls can be chained. |
