From 0cdd85863faeb1d897a2cdde79b74a147aee35f1 Mon Sep 17 00:00:00 2001 From: gajendrachinna Date: Tue, 17 Dec 2024 17:03:25 +0530 Subject: [PATCH] new --- src/azure-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/azure-pipeline.yaml b/src/azure-pipeline.yaml index e29e87f87..188159529 100644 --- a/src/azure-pipeline.yaml +++ b/src/azure-pipeline.yaml @@ -11,6 +11,7 @@ stages: steps: - task: Gardle@3 inputs: + tasks: 'build' gradleWrapperFile: 'gradlew' publishJUnitResults: true testResultFiles: '**/TEST-*.xml'