Where is sonar.sources property in UI

  • which versions are you using (8.5)

I have .NET Core project. on /code?id=projectkey page i see the following project structure

root
     Src
     Tests

I want to set sonar.sources to root\Src folder. How do i set project’s 'sonar.sources` property using UI?

Hi,

You can’t set that property in the UI. It is one of several that can only be set analysis-side.

 
HTH,
Ann

But where in analysis side? in SonarQube.Analysis.xml?

Hi,

These docs might help.

 
:smiley:
Ann