Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pitermarx authored Mar 10, 2021
1 parent fec2846 commit 6e8acca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Pre requisites
Ensure [sonar-scanner](https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner) is on your path

Suggestion: use chocolatey. https://chocolatey.org/packages/sonarqube-scanner.portable

## Usage
```cs
#tool "choco:?package=sonarcube-scanner&version=3.0.3.778&include=./**/*.bat"
#addin "nuget:?package=Cake.SonarScanner"

// Assuming a sonar-scanner.properties on the current directory
Expand All @@ -18,7 +18,8 @@ SonarScanner(new SonarScannerSettings {
```

## Important
.net projects should use the MSBuild scanner for SonarQube. See https://github.com/AgileArchitect/Cake.Sonar
.net projects should use the MSBuild scanner for SonarQube.
See https://github.com/AgileArchitect/Cake.Sonar

[![Build status](https://ci.appveyor.com/api/projects/status/l00o9jw5cxh68255?svg=true)](https://ci.appveyor.com/project/pitermarx/cake-sonarscanner)
[![NuGet](https://img.shields.io/nuget/v/Cake.SonarScanner.svg)](https://www.nuget.org/packages/Cake.SonarScanner/)
Expand Down

0 comments on commit 6e8acca

Please sign in to comment.