Skip to content

Instantly share code, notes, and snippets.

@MarcusFelling
Created November 29, 2019 15:51
Show Gist options
  • Save MarcusFelling/e662ba61e34ba9a801902bf5e2cd03cd to your computer and use it in GitHub Desktop.
Save MarcusFelling/e662ba61e34ba9a801902bf5e2cd03cd to your computer and use it in GitHub Desktop.
steps:
- ${{ if eq(resources.repositories['self'].ref, resources.repositories['self'].defaultBranch) }}:
- task: SonarQubePrepare@4
displayName: 'Prepare Code Analysis (injected from decorator)'
inputs:
SonarQube: 'My SonarQube Server'
scannerMode: 'MSBuild'
projectKey: '$(Build.DefinitionName)'
projectName: '$(Build.DefinitionName)'
projectVersion: '$(Build.BuildId)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment