SonarCakeAliases.

SonarEnd(ICakeContext) Method

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
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext

Return Value

Type Description
void