Hi Im very new to SonarQube. I was trying to analyze my code using SonarQube but it is throwing the following errors
- “MSBuild.exe is not recognize as internal or external command”
while executing the below command.
SonarScanner.MSBuild.exe begin /k:“org.sonarqube:sonar-scanner-msbuild” /n:“Project
Name” /v:“1.0”
I’m using VS2017 and installed msbuild.exe , do we need to configure any environment variable for fix the issue ? - when I head to localhost://9000 its asking me login credentials.I have tried to login with my system admin credential but no luck.