ChocolateySharedSettings.

IgnorePackageExitCodes Property

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.

Syntax

public bool IgnorePackageExitCodes { get; set; }

Value

Type Description
bool The ignore package exit codes flag.