I am trying to integrate Sonarqube Community edition (Bitnami image) on a Azure Build Pipeline (pointing to Master branch). Build Succeeds but when viewing the result of analysis its always showing 0 for all checks. We are trying to analyze our .Net core 3.0 project. But its not providing any result for code smells or code coverage or anything.
Any help would be appreciated.
Note: We are able to get correct report through Commands from VS package Mgr but its failing when we integrate with Azure devops using .Net CLI Task.