mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
e829649580
commit
47800c32d0
1 changed files with 3 additions and 4 deletions
|
@ -14,10 +14,9 @@ steps:
|
|||
jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64
|
||||
mavenVersionOption: 'path'
|
||||
mavenDirectory: /home/ubuntu/spring-petclinic
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
PathtoPublish: '$(Build.Repository.localPath)'
|
||||
PathtoPublish: '$(Build.Repository.LocalPath)'
|
||||
ArtifactName: 'drop'
|
||||
publishLocation: 'Container'
|
||||
|
||||
publishLocation: 'FilePath'
|
||||
TargetPath: '$(ArtifactStagingDirectory)'
|
Loading…
Reference in a new issue