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 output.
- Assembly
- Cake
.Pnpm .dll - Namespace
- Cake
.Pnpm - Containing Type
- PnpmSettings
Syntax
public Action<string> StandardOutputAction { get; set; }
Remarks
Setting a standard error action implicitely set
RedirectStandardOutput
.
Value
Type | Description |
---|---|
Action |