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.Powershell.
Summary
Runs `pwsh` against the script and settings provided
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell .Runner - Containing Type
- PwshScriptRunner
Syntax
public void RunScript(string script, PowershellSettings settings)
Parameters
Name | Type | Description |
---|---|---|
script | string | |
settings | PowershellSettings |
Return Value
Type | Description |
---|---|
void |