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.Npm.
Summary
Sets the StandardOutput-Action
- Assembly
- Cake
.Npm .dll - Namespace
- Cake
.Npm - Containing Type
- Npm
Settings Extensions
Syntax
public static NpmSettings SetRedirectedStandardOutputHandler(this NpmSettings settings, Action<string> standardOutputAction)
Parameters
Name | Type | Description |
---|---|---|
settings | NpmSettings | The settings. |
standardOutputAction | Action |
The StandardOutput-Action. |
Return Value
Type | Description |
---|---|
NpmSettings | The settings instance with StandardOutputAction set to standardOutputAction. |