Skip to content

jjmjyrihs/Itgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This example demonstrates how to analyze a .NET Solution with the SonarQube Scanner for MSBuild.

Prerequisites

Usage

  • Run SonarQube Scanner for MSBuild begin phase:

      SonarQube.Scanner.MSBuild.exe begin /k:"org.sonarqube:sonarqube-scanner-msbuild" /n:"Example of SonarQube Scanner for MSBuild Usage" /v:"1.0"
    
  • Build the project with MSBuild:

      MSBuild.exe /t:Rebuild
    
  • Run SonarQube Scanner for MSBuild end phase:

      SonarQube.Scanner.MSBuild.exe end
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published