PnpmRemoveSettings.

AggregateOutput Property

Summary

Aggregate output from child processes that are run in parallel, and only print output when child process is finished. It makes reading large logs after running `pnpm recursive` with `--parallel` or with `--workspace-concurrency` much easier (especially on CI). Only `--reporter=append-only` is supported.
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm.Remove
Containing Type
PnpmRemoveSettings

Syntax

public bool AggregateOutput { get; set; }

Value

Type Description
bool