icon

MSBuild SonarScanner (End)

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.

Similar steps

Step for running SonarScanner agains .NET (Xamarin) projects. This is the first 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