Update azure-pipelines-1.yml for Azure Pipelines

This commit is contained in:
Kiranteja623 2023-02-16 16:58:46 +05:30
parent cca1f4350e
commit 6f8a417abe

View file

@ -4,6 +4,14 @@ pool:
trigger:
- main
jobs:
- job:
steps:
- step:
script:
- sudo apt update
- sudo apt install maven -y
- sudo apt install git -y
- job: package
displayName: build the package
steps: