Enable dotnet sonar analysis
It's is problem to enable dotnet sonar analysis for all services because they all have different build SDK and sonar needs project to be built for analysis.
First possible solution is to overwrite global.json
for sonar build. It does not affect any other builds and deploys.
Edited by Denis Krishtal