diff --git a/azure-pipeline.yml b/azure-pipeline.yml deleted file mode 100644 index d02e2af6e..000000000 --- a/azure-pipeline.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -pool: 'default' -trigger: - - main -stages: - - stage: build - jobs: - - job: jobbuild - steps: - - task: maven@4 - inputs: - mavenPOMFile: 'pom.xml' - publishJUnitResults: true - testResultFiles: '**/TEST-*.xml' - jdkVersionOption: '1.17' - goals: 'validate' \ No newline at end of file