I have a problem when I try configure a new analyze project in sonarcloud with azure pipelines.
All the configuration with Azure is allready but in the next step to onfigure sonarcloud in the guide steps say me download sonar scanner this step is check
the next step is configure envioment variables this step is check
but in the step
Execute the SonarScanner from your computer
Run the following command in your project’s folder.
sonar-scanner.bat
-D"sonar.organization=organizationname"
-D"sonar.projectKey=nameproject"
-D"sonar.sources=."
-D"sonar.host.url=https://sonarcloud.io"
here is the problem the console tell me wich command is not recognised
any solution or idea
Hi,
Welcome to the community!
It sounds like you need to either provide the full path to the scanner or add the scanner to your $PATH
envvar.
HTH,
Ann