Reputation: 131
I am trying to copy some files from my one virtual machine where build agent is running to another virtual machine in same virtual network using Azure File Copy Task added in VSTS build step but its failing with error message "Cannot bind argument to parameter 'storgeKey' because it is an empty string".Can anyone help Please
Error
Cannot bind argument to parameter 'storageKey' because it is an empty string.
******************************************************************************
Finishing task: AzureFileCopy
******************************************************************************
System.Exception: Task AzureFileCopy failed. This caused the job to fail. Look at the logs for the task for more details.
at Microsoft.TeamFoundation.DistributedTask.Worker.JobRunner.Run(IJobContext jobContext, IJobRequest job, IJobExtension jobExtension, CancellationTokenSource tokenSource)
Upvotes: 1
Views: 645
Reputation: 1711
This issue is tracked here
Refer to the workaround mentioned by antmeehan
Upvotes: 1