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 c94ef3e commit e6a6987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devops/code-review-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
trigger: none

pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-18.04'

variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
Expand Down Expand Up @@ -44,7 +44,7 @@ steps:
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
sonarQubeRunAnalysis: true
sonarQubeRunAnalysis: false

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

0 comments on commit e6a6987

Please sign in to comment.