mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Updated depracated yaml
This commit is contained in:
parent
43353c1cd8
commit
7cbc7ccb2d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ stages:
|
||||||
Contents: '**/target/*.?(war|jar)'
|
Contents: '**/target/*.?(war|jar)'
|
||||||
TargetFolder: $(Build.ArtifactStagingDirectory)
|
TargetFolder: $(Build.ArtifactStagingDirectory)
|
||||||
|
|
||||||
- upload: $(Build.ArtifactStagingDirectory)
|
- publish: $(Build.ArtifactStagingDirectory)
|
||||||
artifact: drop
|
artifact: drop
|
||||||
|
|
||||||
- stage: Deploy
|
- stage: Deploy
|
||||||
|
|
Loading…
Reference in a new issue