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
Sets the arguments for the powershell command
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell - Containing Type
- Powershell
Settings Extensions
Syntax
public static PowershellSettings WithArguments(this PowershellSettings settings, Action<ProcessArgumentBuilder> arguments)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | PowershellSettings | The powershell settings. |
| arguments | Action |
The arguments to append. |
Return Value
| Type | Description |
|---|---|
| PowershellSettings | The same PowershellSettings instance so that multiple calls can be chained. |
