.Net project scanned properly in azure devops pipeline but, Sonar dashboard shows no lines of code

I need to scan a .Net core project using Azure Devops pipeline, I have created the yaml and it is running fine and SonarQube is able to analyze and generate the code coverage in the pipeline logs. But Sonar dashboard is not able to show the results of the analysis.

Below are the yaml file and pipeline logs which I used to scan the project :-


Below is the SonarQube Dashboard result:

Hey there.

I see a dotnet test but no dotnet build… what’s going on there? :thinking: