From 76c0f3b09d9ada0c5d7a6fc8a1a7d19f48cd6844 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:50:12 +0530 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines-1.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 azure-pipelines-1.yml 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