Hi, is there any extra properties key or something else for setting quality gate of the project from build pipeline?
- ALM used (Azure DevOps)
- CI system used Azure DevOps
- Scanner command used when applicable (private details masked):
- task: SonarCloudPrepare@1
inputs:
SonarCloud: '#####SonarConnection'
organization: '#######'
scannerMode: 'CLI'
configMode: 'manual'
cliProjectKey: $(Build.Repository.Name)
cliProjectName: $(Build.Repository.Name)
cliSources: '.'
extraProperties: |
sonar.inclusions=**/#####/**
sonar.exclusions=**/#######/**
sonar.javascript.lcov.reportPaths=$(Build.SourcesDirectory)/coverage/lcov.info
sonar.qualitygate=?????? (or something like this?)