From 8bfd018bb1a00630694daa9a88713ac7e63fb88c Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:12:32 +0530 Subject: [PATCH] Update azure-pipelines.yaml for Azure Pipelines --- azure-pipelines.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 617d4e6a1..b4ecf477a 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -18,4 +18,5 @@ steps: inputs: PathtoPublish: '$(Build.Repository.LocalPath)' ArtifactName: 'drop' - publishLocation: 'Container' \ No newline at end of file + publishLocation: 'FilePath' + TargetPath: '$(Build.ArtifactStagingDirectory)'