I am running an analysis using msbuild on debian, using the following command:
mono /msbuild/SonarQube.Scanner.MSBuild.exe begin /d:sonar.login=<sonarqubetoken> /d:sonar.host.url=https://<my-server> /d:sonar.exclusions=test/**/* /k:<my-project-key>
However in the end
command:
INFO: Index files
INFO: Excluded sources:
INFO: test/**/*
INFO: 17 files indexed
INFO: 0 files ignored because of inclusion/exclusion patterns
INFO: Quality profile for cs: Sonar way
INFO: Excluded sources for coverage:
INFO: test/**
and the analysis on the UI of my server includes files from test/
folder.
Why does it fail to ignore the specific files?
Using SonarQube 6.7
and sonar-scanner:3.3