Skip to content

Commit

Permalink
Update code-review-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jun 24, 2022
1 parent e6a6987 commit 1092121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devops/code-review-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ steps:
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
sonarQubeRunAnalysis: false
sonarQubeRunAnalysis: true
sqMavenPluginVersionChoice: latest

- task: SonarCloudPublish@1
displayName: 'Publish SonarCloud results on build summary'
Expand Down

0 comments on commit 1092121

Please sign in to comment.