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.Sonar.
Summary
Run the actual sonar analysis (no credentials given).
- Assembly
- Cake
.Sonar .dll - Namespace
- Cake
.Sonar - Containing Type
- SonarCakeAliases
Syntax
public static void SonarEnd(this ICakeContext context)
Examples
Task("Sonar-Analyse")
.Does(() => {
SonarEnd();
});
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext |
Return Value
Type | Description |
---|---|
void |