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
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 .Link - Containing Type
- PnpmLinkSettings
Syntax
public bool AggregateOutput { get; set; }
Value
Type | Description |
---|---|
bool |