PowershellSettings.

ExceptionOnScriptError Property

Summary

If true script execution which have errors will throw exception, If false it will return result. Default: true
Assembly
Cake.Powershell.dll
Namespace
Cake.Powershell
Containing Type
PowershellSettings

Syntax

public bool ExceptionOnScriptError { get; set; }

Value

Type Description
bool