Skip to content

Instantly share code, notes, and snippets.

@chr0nu5
Created November 4, 2022 17:11
Show Gist options
  • Save chr0nu5/37086502c96b1aa453d72f0dd36337ec to your computer and use it in GitHub Desktop.
Save chr0nu5/37086502c96b1aa453d72f0dd36337ec to your computer and use it in GitHub Desktop.
- task: SonarQubePrepare@4
inputs:
SonarQube: https://sonar.d3.do:9000
projectKey: fd695902226ad04a56d16c09e2c18bd7925264db
- task: SonarQubeAnalyze@4
inputs: # none
- task: SonarCloudPublish@4
displayName: 'Publish Code Analysis'
inputs:
pollingTimeoutSec: '300'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment