PnpmSettings.

StandardOutputAction Property

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