Search code examples
azureazure-devopsazure-pipelinespipelineazure-artifacts

Unable to copy .zip file created by an Azure Pipeline to a local PC folder


I'm trying to create a release azure pipeline that compresses a downloaded artifact (.zip file) directly on a local PC folder and then copy it into another. I run the release pipeline and it completes successfully, but both folders are empty.

Release pipeline overview

Here's an example of one run logs:

I tried to see if the file is hidden but I didn't find it. I also checked the permissions of both folders and 'Everyone' has full control on them.

Thanks in advance


Solution

  • FIXED:

    The problem was that the release pipeline was running on AzureDevOps agent. After creating a self-hosted agent everything works properly.