From 6f8a417abe3f508140610ca860880144ef1ee333 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:58:46 +0530 Subject: [PATCH] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index cbd12678f..4643c623a 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -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: