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.Issues.
                            
	
		Summary
            Fails build if any issues are found.
            
		- Assembly
- Cake.Issues .dll 
- Namespace
- Cake.Issues 
- Containing Type
- Aliases
Syntax
public static void BreakBuildOnIssues(this ICakeContext context, IEnumerable<IIssue> issues)Examples
Fails build if issues are found:
BreakBuildOnIssues(issues);Attributes
| Type | Description | 
|---|---|
| Cake | |
| Cake | 
Parameters
| Name | Type | Description | 
|---|---|---|
| context | ICakeContext | The context. | 
| issues | IEnumerable | Issues which should be checked. | 
Return Value
| Type | Description | 
|---|---|
| void | 
