diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index adba20b..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,31 +0,0 @@ -trigger: - batch: true - branches: - include: - - develop - - main - -variables: - tag: '$(Build.BuildId)' - -pool: - vmImage: 'ubuntu-latest' - -steps: - - task: DownloadSecureFile@1 - name: settingsxml - displayName: Download maven settings xml - inputs: - secureFile: settings_min.xml - - task: Maven@3 - displayName: "Build project with maven" - inputs: - mavenPomFile: "pom.xml" - mavenOptions: "-Xmx3072m" - javaHomeOption: "JDKVersion" - jdkVersionOption: "1.11" - jdkArchitectureOption: "x64" - publishJUnitResults: true - testResultsFiles: "**/surefire-reports/TEST-*.xml" - goals: "deploy" - options: "-s $(settingsxml.secureFilePath) -Dgpg.skip=false" \ No newline at end of file