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
Gets or sets the set of command-line arguments to use when starting the application.
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell - Containing Type
- PowershellSettings
Syntax
public ProcessArgumentBuilder Arguments { get; set; }
Value
Type | Description |
---|---|
Process |
The set of command-line arguments to use when starting the application. |