From 2f18d624b2130c7b5c8105a1356df663f4d17a39 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Sat, 4 Mar 2023 13:16:25 +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 132f7fe98..d8270f7c0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ jobs: - task: Gradle@3 inputs: gradleWrapperFile: 'gradlew' - workingDirectory: 'springpetclinic/' + workingDirectory: '$(Build.ArtifactStagingDirectory)' tasks: 'build' publishJUnitResults: true testResultsFiles: '**/TEST-*.xml'