Update azure-pipelines.yaml for Azure Pipelines

This commit is contained in:
Kiranteja623 2023-02-24 12:12:32 +05:30
parent 7deec56645
commit 8bfd018bb1

View file

@ -18,4 +18,5 @@ steps:
inputs:
PathtoPublish: '$(Build.Repository.LocalPath)'
ArtifactName: 'drop'
publishLocation: 'Container'
publishLocation: 'FilePath'
TargetPath: '$(Build.ArtifactStagingDirectory)'