mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
added azurepipeline
This commit is contained in:
parent
42e2c74b0b
commit
465cb514ca
1 changed files with 11 additions and 0 deletions
11
src/azure-pipeline.yaml
Normal file
11
src/azure-pipeline.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
trigger:
|
||||
- none
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-24.04'
|
||||
|
||||
steps:
|
||||
- script: "./mvnw clean package"
|
||||
|
||||
|
Loading…
Reference in a new issue