Skip to content

Commit bad9669

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent c6f3d4a commit bad9669

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ jobs:
99
displayName: Analyse code with SonarQube
1010

1111
steps:
12-
- task: SonarCloudPrepare@1
13-
displayName: 'Prepare SonarCloud analysis'
14-
inputs:
15-
SonarCloud: 'SonarCloud'
16-
organization: 'aqualityautomation'
17-
scannerMode: 'CLI'
18-
configMode: 'file'
19-
extraProperties: |
20-
sonar.coverage.exclusions=**/**
2112

2213
- task: Maven@3
2314
displayName: 'Build project'
@@ -31,23 +22,10 @@ jobs:
3122
testResultsFiles: '**/surefire-reports/TEST-*.xml'
3223
goals: 'clean'
3324

34-
- task: SonarCloudAnalyze@1
35-
displayName: 'Run SonarCloud code analysis'
36-
continueOnError: true
37-
38-
- task: SonarCloudPublish@1
39-
displayName: 'Publish SonarCloud quality gate results'
40-
inputs:
41-
pollingTimeoutSec: '300'
42-
4325
- job: tests
4426
displayName: Run tests
4527

4628
steps:
47-
- task: ScreenResolutionUtility@1
48-
displayName: 'Set optimal screen resolution'
49-
inputs:
50-
displaySettings: 'optimal'
5129

5230
- task: Maven@3
5331
displayName: 'Run tests'

0 commit comments

Comments
 (0)