Exclude Specific project from Code Coverage

I have followed the ways mentioned here but that is working for my local and not for server

Can anyone help me to resolve this issue

Thanks in advance

I found one solution ,

SonarQube.Scanner.MSBuild.exe" begin /d:sonar.coverage.exclusions=\MyLib1\MyPath1*,\MyLib2\MyPath2*

This works fine for SonarQube Version 6.7.1 but I am using SonarQube Version 7.7

A post was merged into an existing topic: Want to Exclude specific project from Code Coverage only and not from whole analysis