mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
ee6a8a9313
commit
e0521c1a0a
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ jobs:
|
|||
steps:
|
||||
- task: Gradle@3
|
||||
inputs:
|
||||
gradleWrapperFile: 'spring-petclinic/gradlew'
|
||||
gradleWrapperFile: 'gradlew'
|
||||
workingDirectory: '$(workingDirectory)'
|
||||
tasks: 'build'
|
||||
publishJUnitResults: true
|
||||
testResultsFiles: '**/TEST-*.xml'
|
||||
|
|
Loading…
Reference in a new issue