icon

MSBuild SonarScanner (Begin)

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.

Similar steps

Step for running SonarScanner agains .NET (Xamarin) projects. This the the last step from two.

Step for running SonarQube MSBuild Scanner CLI.

Activates Bitrise Remote Build Cache for subsequent Bazel builds in the workflows.

Activates Bitrise Remote Build Cache add-on for subsequent Gradle builds in the workflow