From e0521c1a0ae6bca34f4a80e9a6608144e23a5347 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Sat, 4 Mar 2023 13:33:14 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dd226452b..a4252bdeb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,8 @@ jobs: steps: - task: Gradle@3 inputs: - gradleWrapperFile: 'spring-petclinic/gradlew' + gradleWrapperFile: 'gradlew' + workingDirectory: '$(workingDirectory)' tasks: 'build' publishJUnitResults: true testResultsFiles: '**/TEST-*.xml'