Skip to content

Commit 5a98e2d

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 4b51078 commit 5a98e2d

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,7 @@ steps:
1010
- task: ScreenResolutionUtility@1
1111
inputs:
1212
displaySettings: 'optimal'
13-
- task: SonarCloudPrepare@1
14-
inputs:
15-
SonarCloud: 'SonarCloud'
16-
organization: 'aqualityautomation'
17-
scannerMode: 'CLI'
18-
configMode: 'file'
19-
configFile: '.sonarcloud.properties'
20-
# Build your Java project and run tests with Apache Maven.
21-
# Add steps that analyze code, save build artifacts, deploy, and more:
22-
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
23-
- task: SonarCloudAnalyze@1
24-
- task: SonarCloudPublish@1
13+
2514
inputs:
2615
pollingTimeoutSec: '300'
2716
- task: Maven@3

0 commit comments

Comments
 (0)