SonarQube MSBuild fails to exclude files

后端 未结 3 1063
遥遥无期
遥遥无期 2021-01-21 14:41

I am running an analysis using msbuild on debian, using the following command:

 mono /msbuild/SonarQube.Scanner.MSBuild.exe begin /d:sonar.login=

        
3条回答
  •  猫巷女王i
    2021-01-21 15:24

    Exclusions are difficult to set correctly from the analysis side, as demonstrated by your attempt. Your best bet is to set these from the UI.

提交回复
热议问题