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)'