From abbf1fece37cc3b606ebc45ae8eb58a3bd8b4c58 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Sat, 4 Mar 2023 13:35:45 +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 a4252bdeb..86fd564d9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ jobs: - task: Gradle@3 inputs: gradleWrapperFile: 'gradlew' - workingDirectory: '$(workingDirectory)' + workingDirectory: '$(Build.Repository.LocalPath)' tasks: 'build' publishJUnitResults: true testResultsFiles: '**/TEST-*.xml'