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.Pnpm.
Summary
Gets or sets an action to retrieve and process standard error output.
- Assembly
- Cake
.Pnpm .dll - Namespace
- Cake
.Pnpm - Containing Type
- PnpmSettings
Syntax
public Action<string> StandardErrorAction { get; set; }
Remarks
Setting a standard error action implicitely set
RedirectStandardError
.
Value
Type | Description |
---|---|
Action |