Azure / Azure/azure-devops-cli-extension

Azure devops archive files and upload to storage error

Open
#987 0 comments 0 reactions 0 assignees View on GitHub
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.
![image](https://user-images.githubusercontent.com/62174568/78443968-659a3b80-7696-11ea-8b57-8940554d91c7.png)

![image](https://user-images.githubusercontent.com/62174568/78444086-6f23a380-7696-11ea-8555-74118fa8489b.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.