Delete src/azure-pipeline.yaml

This commit is contained in:
chinnagajendra 2024-12-17 16:28:02 +05:30 committed by GitHub
parent c74a679b65
commit 24da69838c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,18 +0,0 @@
---
pool: 'default'
trigger:
branches:
include:
- main
stages:
- stage: build
jobs:
- job: jobbuild
steps:
- task: Gardle@3
inputs:
gradleWrapperFile: 'gradlew'
publishJUnitResults: true
testResultFiles: '**/TEST-*.xml'
jdkVersionOption: '1.17'
goals: 'validate'