diff --git a/13-4-2025 b/13-4-2025 new file mode 100644 index 000000000..5900d5c82 --- /dev/null +++ b/13-4-2025 @@ -0,0 +1 @@ +13-4-2025 \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..2241fe855 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,29 @@ +# Maven +# Build your Java project and run tests with Apache Maven. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/java + +trigger: +- main + +pool: + vmImage: ubuntu-latest + +steps: +- task: TerraformInstaller@1 + inputs: + terraformVersion: 'latest' + +- task: Maven@3 + inputs: + mavenPomFile: 'pom.xml' + mavenOptions: '-Xmx3072m' + javaHomeOption: 'JDKVersion' + jdkVersionOption: '1.11' + jdkArchitectureOption: 'x64' + publishJUnitResults: true + testResultsFiles: '**/surefire-reports/TEST-*.xml' + goals: 'package' + aadSqlPassword: + aadSqlUsername: +