Step for running SonarScanner agains .NET (Xamarin) projects. This the the last step from two.
This step runs MSBuild SonarScanner. The scanner for dotnet consists of two steps.
This is the last step that executes end CLI command.
In between of begin and end steps the build, test run and code coverage should happen.
Check official documentation SonarScanner for MSBuild to understand how the scan process happens for dotnet.
This step finishes the execution. The main setup happens in the Begin Step
This step will be skipped in case $SONAR_SCANNER_FILE_PATH environment variable is not defined.