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