Summary
Gets the name of the MsBuild issue provider.
This name can be used to identify issues based on the
ProviderType
property.
- Assembly
- Cake
.Issues .MsBuild .dll - Namespace
- Cake
.Issues .MsBuild - Containing Type
- MsBuildIssuesAliases
Syntax
public static string MsBuildIssuesProviderTypeName(this ICakeContext context)
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
Return Value
Type | Description |
---|---|
string | Name of the MsBuild issue provider. |