PnpmExecSettings.

ShellMode Property

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