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:
- job:
steps:
- step:
script:
- sudo apt update
- sudo apt install maven -y
- sudo apt install git -y
- script: sudo apt update
- script: sudo apt install maven -y
- script: sudo apt install git -y
- job: package
displayName: build the package