Delete azure-pipelines.yml

Signed-off-by: Jesse Houldsworth <jesse.houldsworth@protonmail.com>
This commit is contained in:
Jesse Houldsworth 2025-04-07 13:45:12 -07:00 committed by GitHub
parent 4a7a691821
commit 4a7edcf36b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,22 +0,0 @@
# 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: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.11'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'