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
If exist, runs file inside of a shell. Uses /bin/sh on UNIX and
`cmd.exe` on Windows. The shell should understand the -c switch
on UNIX or /d /s /c on Windows.
- Assembly
- Cake
.Pnpm .dll - Namespace
- Cake
.Pnpm .Exec - Containing Type
- PnpmExecSettings
Syntax
public bool ShellMode { get; set; }
Value
Type | Description |
---|---|
bool |