Update azure-pipelines-1.yml for Azure Pipelines

This commit is contained in:
Kiranteja623 2023-02-16 17:03:42 +05:30
parent 6f8a417abe
commit 7faa7ed465

View file

@ -6,11 +6,9 @@ trigger:
jobs: jobs:
- job: - job:
steps: steps:
- step: - script: sudo apt update
script: - script: sudo apt install maven -y
- sudo apt update - script: sudo apt install git -y
- sudo apt install maven -y
- sudo apt install git -y
- job: package - job: package
displayName: build the package displayName: build the package