From 9fd82a74b1fe496710d1e32a9f6d473eee3faedd Mon Sep 17 00:00:00 2001 From: chinnagajendra Date: Tue, 17 Dec 2024 16:13:13 +0530 Subject: [PATCH] Delete src/azure-pipeline.yaml --- src/azure-pipeline.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/azure-pipeline.yaml diff --git a/src/azure-pipeline.yaml b/src/azure-pipeline.yaml deleted file mode 100644 index c0e732ca5..000000000 --- a/src/azure-pipeline.yaml +++ /dev/null @@ -1,18 +0,0 @@ ---- -pool: default -trigger: - - main -stages: - - stage: build - jobs: - - job: jobbuild - steps: - - task: maven@4 - inputs: - mavemPOMFile: pom.xml - publishJUnitResults: true - testResultFiles: '**/surefire-reports/TEST-*.xml' - jdkVersionOption: '21' - goals: package - -