This commit is contained in:
gajendrachinna 2024-12-17 17:03:25 +05:30
parent 0c95d419ee
commit 0cdd85863f

View file

@ -11,6 +11,7 @@ stages:
steps:
- task: Gardle@3
inputs:
tasks: 'build'
gradleWrapperFile: 'gradlew'
publishJUnitResults: true
testResultFiles: '**/TEST-*.xml'