From 7767c01577638b4837a580258f700aa440e595ae Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Sat, 4 Mar 2023 13:23:11 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 774d87d98..7e6ea670f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ jobs: - task: Gradle@3 inputs: gradleWrapperFile: 'gradlew' - workingDirectory: '$(Build.Repository.LocalPath)/spring-petclinic' + workingDirectory: '$(Build.Repository.LocalPath)/.git/spring-petclinic' tasks: 'build' publishJUnitResults: true testResultsFiles: '**/TEST-*.xml'