You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/input/documentation/recipe/configuration.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,3 +153,24 @@ By default [Cake.Git addin](https://cakebuild.net/extensions/cake-git/){target="
153
153
| `IssueFilters` | Empty | List of filter functions which should be applied before posting issues to pull requests. |
154
154
| `ShouldSetPullRequestStatus` | `true` | Indicates whether a status on the pull request should be set if there are any issues found. |
155
155
| `ShouldSetSeparatePullRequestStatusForEachIssueProviderAndRun` | `true` | Indicates whether a separate status should be set for issues of every issue provider and run. |
156
+
157
+
## Build breaking
158
+
159
+
=== "Cake.Issues.Recipe"
160
+
161
+
| IssuesParameters.BuildBreaking Property | Default Value | Description |
| `ShouldFailBuildOnIssues` | `false` | Indicates whether build should fail if any issues are found. |
164
+
| `MinimumPriority` | `IssuePriority.Undefined` | The minimum priority of issues considered to fail the build. If set to `IssuePriority.Undefined`, all issues are considered. |
165
+
| `IssueProvidersToConsider` | `[]` | List of issue provider types to consider. |
166
+
| `IssueProvidersToIgnore` | `[]` | List of issue provider types to ignore. |
167
+
168
+
=== "Cake.Frosting.Issues.Recipe"
169
+
170
+
| IssuesContext.Parameters.BuildBreaking Property | Default Value | Description |
| `ShouldFailBuildOnIssues` | `false` | Indicates whether build should fail if any issues are found. |
173
+
| `MinimumPriority` | `IssuePriority.Undefined` | The minimum priority of issues considered to fail the build. If set to `IssuePriority.Undefined`, all issues are considered. |
174
+
| `IssueProvidersToConsider` | `[]` | List of issue provider types to consider. |
175
+
| `IssueProvidersToIgnore` | `[]` | List of issue provider types to ignore. |
0 commit comments