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'