Codefresh Steps: Reusable Code for Common Operations
This page provides code you can use to perform common operations in the Codefresh CI/CD platform.
sonar-scanner-dotnet-windows sonar-scanner-dotnet-windows
SonarScanner for .NET 4.8 Sonarqube 7.5
arguments
SonarqubeDotnetScan:
type: sonar-scanner-dotnet-windows
arguments:
NUGET_RESTORE: true
SONAR_HOST_URL: 'https://sonarqube.codefresh.io'
SONAR_PROJECT_KEY: myprojectkey
SONAR_LOGIN: myprojecttoken
WINDOWS_OS_BUILD_NUMBER: '17763.1935'