SonarScanner can run on linux but no result? (.NET Core 2)
SonarScanner can run on linux but no result? (.NET Core 2)
I am trying to use Gitlab CI with SonarQube.
It can run successfully under the situation:
1. Ubuntu VM
● docker(SonarQube) 1.13.1
● sonar-gitlab-plugin 3.0.0
2. Windows 7 local
● gitlab-runner 10
● SonarQube Scanner for MSBuild 4.3.1
● .NET Core 2.0
However, it cannot produce results when SonarQube Scanner for MSBuild running on Ubuntu too.
click for no-results picture
Is it possible to do use the sonar scanner on Ubuntu? Like this:
Ubuntu VM
● docker(SonarQube) 1.13.1
● sonar-gitlab-plugin 3.0.0
● gitlab-runner 10
● SonarQube Scanner for MSBuild 4.3.1
● .NET Core 2.0
I have searched that in this page, it indicated it can.
But it's not working on me.
https://docs.sonarqube.org/display/SCAN/Install+the+SonarScanner+for+MSBuild
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Comments
Post a Comment