Step for running SonarScanner agains .NET (Xamarin) projects. This is the first step from two.
This step runs MSBuild SonarScanner. The scanner for dotnet consists of two steps.
This is the first step that executes begin 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 can be used for self-hosted SonarQube and SonarCloud.