Azure / Azure/azure-devops-cli-extension
Azure devops archive files and upload to storage error
- Dominant language
- Python
- Stars
- 682
- Forks
- 278
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Description
Hi,
I have few folders in my repository feature branch and i want to upload those folders in azure storage after compressing them using archive agent in release pipeline.
i don't wanna save those folders in my feature branch and want to make it a single run in a fly . zip and upload. I tried to run archive agent and that agent is saving the file at $(Build.ArtifactStagingDirectory)/Azurefunctions.zip path.
Passing same path ($(Build.ArtifactStagingDirectory)/Azurefunctions.zip) as a source path of the file to upload to azure blob storage but copy activity fails with the error below.


Contributor guide
Assessment
This issue has not been assessed yet.