Skip to content

Commit bf4d8b1

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 973d231 commit bf4d8b1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,15 @@ steps:
1717

1818
- script: |
1919
npm install
20-
npm run build
21-
displayName: 'npm install and build'
20+
displayName: 'npm install'
21+
22+
- task: Gradle@2
23+
inputs:
24+
gradleWrapperFile: 'gradlew'
25+
tasks: 'build'
26+
publishJUnitResults: true
27+
testResultsFiles: '**/TEST-*.xml'
28+
javaHomeOption: 'JDKVersion'
29+
sonarQubeRunAnalysis: false
30+
checkStyleRunAnalysis: true
31+
findBugsRunAnalysis: true

0 commit comments

Comments
 (0)