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.
Syntax
public static Collection<PSObject> StartPowershellDownload(this ICakeContext context, Uri uri, FilePath path, Action<ProcessArgumentBuilder> arguments)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
uri |
Uri |
|
path |
FilePath |
|
arguments |
Action<ProcessArgumentBuilder> |
|
Return Value
Type |
Description |
Collection<PSObject> |
|