From 5f2db72064c08f1c45e456592a67d4cfd243305b Mon Sep 17 00:00:00 2001 From: lakshmi164585 <115771905+lakshmi164585@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:21:18 +0530 Subject: [PATCH] Update azurepipeline.yaml for Azure Pipelines --- azurepipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azurepipeline.yaml b/azurepipeline.yaml index a68b02363..ae94a2ca4 100644 --- a/azurepipeline.yaml +++ b/azurepipeline.yaml @@ -1,8 +1,8 @@ --- pool: - name: "ubuntu" + name: "Default" trigger: - - main + - master steps: - task: Maven@3 inputs: