Trying to update ProjectName in begin script of SonarScaner for .Net Project.
Argument - /n:project name (no space)
SonarScanner version - 4.10.0
- Scenario - Take projectName from GitRepo - Everything is working fine.
- Scenario - Hardcoded Project Name as “InvalidProjectName”
While debugging, I see it is taking project name in arguments.
In the end, it is displaying a Quality gate passed check this URL.
When taking that URL and open in the browser, it shows an error - the requested project does not exist.