mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update azurepipeline.yaml for Azure Pipelines
This commit is contained in:
parent
ab49edac70
commit
004301d4ef
1 changed files with 7 additions and 0 deletions
|
@ -20,3 +20,10 @@ jobs:
|
||||||
jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64
|
jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64
|
||||||
mavenVersionOption: 'path'
|
mavenVersionOption: 'path'
|
||||||
mavenDirectory: /home/ubuntu/spring-petclinic
|
mavenDirectory: /home/ubuntu/spring-petclinic
|
||||||
|
- task: PublishBuildArtifacts@1
|
||||||
|
inputs:
|
||||||
|
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
|
||||||
|
ArtifactName: 'drop'
|
||||||
|
publishLocation: 'Container'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue