Summary
Gets or sets a value indicating whether to Exit with a 0 for success and 1 for non-success
no matter what package scripts provide for exit codes.
- Namespace
- Cake
.Common .Tools .Chocolatey - Containing Type
- Chocolatey
Shared Settings
Syntax
public bool IgnorePackageExitCodes { get; set; }
Value
Type | Description |
---|---|
bool | The ignore package exit codes flag. |