SeanKilleen/seankilleen.github.io

Utilizing .NET Core local tools to work with SonarQube on your build server

Closed this issue · 0 comments

  • dotnet tool install dotnet-sonarscanner --tool-path %teamcity.build.workingDir% --version 5.2.1 --framework netcoreapp3.1
  • Updated the calls to start/end sonarqube to use dotnet sonarscanner, which utilizes the .NET Core local tool inside of our directory.