PnpmSettings.

StandardErrorAction Property

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<string>