From 205f94672d1d7f04c8afac94e5da1d55ca3d7c53 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:15:41 +0530 Subject: [PATCH] Update azure-pipelines.yaml for Azure Pipelines --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index b4ecf477a..20237070c 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -19,4 +19,4 @@ steps: PathtoPublish: '$(Build.Repository.LocalPath)' ArtifactName: 'drop' publishLocation: 'FilePath' - TargetPath: '$(Build.ArtifactStagingDirectory)' + TargetPath: '$(Agent.WorkFolder)'