added azurepipeline

This commit is contained in:
Ben10000000000 2024-12-03 16:35:44 +05:30
parent 42e2c74b0b
commit 465cb514ca

11
src/azure-pipeline.yaml Normal file
View file

@ -0,0 +1,11 @@
trigger:
- none
pool:
vmImage: 'ubuntu-24.04'
steps:
- script: "./mvnw clean package"