diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml new file mode 100644 index 000000000..268c931fb --- /dev/null +++ b/azure-pipelines-1.yml @@ -0,0 +1,13 @@ +--- +pool: + name: Default +trigger: + - main +steps: + - task: Maven@3 + inputs: + mavenPOMFile: 'pom.xml' + publishJUnitResults: true + testResultsFiles: '**/surefire-reports/TEST-*.xml' + JDKVersion: '1.17' + goals: 'package' \ No newline at end of file