Powershell aliases

Cake.Powershell addin

Contains Cake aliases for running Powershell commands.

General

StartPowershellDownload(Uri, FilePath, Action<ProcessArgumentBuilder>)
Alias from Cake.Powershell addin
Starts a powershell script using the specified information.
StartPowershellDownload(Uri, FilePath, PowershellSettings)
Alias from Cake.Powershell addin
Starts a powershell script using the specified information.
StartPowershellDownload(Uri, FilePath)
Alias from Cake.Powershell addin
Starts a powershell script using the specified information.
StartPowershellFile(FilePath, Action<ProcessArgumentBuilder>)
Alias from Cake.Powershell addin
Starts a powershell script using the specified information.
StartPowershellFile(FilePath, PowershellSettings)
Alias from Cake.Powershell addin
Starts a powershell script using the specified information.
StartPowershellFile(FilePath)
Alias from Cake.Powershell addin
Starts a powershell script using the specified information.
StartPowershellScript(string, Action<ProcessArgumentBuilder>)
Alias from Cake.Powershell addin
Starts a powershell script using the specified information.
StartPowershellScript(string, PowershellSettings)
Alias from Cake.Powershell addin
Starts a powershell script using the specified information.
StartPowershellScript(string)
Alias from Cake.Powershell addin
Starts a powershell script using the specified information.