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.BuildServer.
Summary
Gets or sets the number of issues which should be posted at maximum for each
IIssueProvider.
Issues are filtered by Priority and issues with an AffectedFileRelativePath
are prioritized.
null won't limit issues per issue provider.
Default is to filter to 100 issues for each issue provider.
- Assembly
- Cake
.Issues .BuildServer .dll - Namespace
- Cake
.Issues .Shared - Containing Type
- IHasIssueFiltering
Syntax
Nullable<int> MaxIssuesToPostForEachIssueProvider { get; set; }
Value
| Type | Description |
|---|---|
| Nullable |
