Skip to content

Commit

Permalink
Add build task to CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
efoerster committed Mar 9, 2019
1 parent dc3ceb9 commit 4eb2113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- task: Gradle@2
inputs:
tasks: 'test jacocoTestReport'
tasks: 'build test jacocoTestReport'
jdkVersionOption: '1.8'
publishJUnitResults: false
displayName: 'Build and Test'
Expand Down

0 comments on commit 4eb2113

Please sign in to comment.