Azure Devops Pipeline with DotNet framework version 4.8 - code coverage is shown as 0.0% SonarQube

Copper Contributor

Executing the pipeline from Azure Devops Pipeline with DotNet framework version 4.8.

- The Code coverage is enabled
- The task "Visual studio test assemblies" gets "Unsupported Target Framework:.NETPortable,Version=v4.5,Profile=Profile259"
- [Azure devops job and tasks added Argument "a" ]
- SonarQube code coverage shows 0.0% [code coverage result at sonarqube] 
using SonarQube version 9.8 community edition


Tried the Sonarqube documentation on Azuredevops Dotnet Framework
https://docs.sonarqube.org/latest/analyzing-source-code/test-coverage/dotnet-test-coverage/

verified the dotnet versions installed "dotnet sdk check"

0 Replies