microsoft / vsts-nexus

VSTS Build Extension for integration with Sonatype Nexus
MIT License
12 stars 17 forks source link

Multiple file upload is not working. #20

Open nikbhadane opened 5 years ago

nikbhadane commented 5 years ago

Hi Team,

I am trying to upload multiple file on nexus repo, but it is failing.

Error

##[error]Error: form-data: ENOENT: no such file or directory I have also tried using the wildcard entries like **/*, *. But still it is failing. Upload failed. Error: form-data: ENOENT: no such file or directory, open 'D:\a\1\a\**'

Is this the drawback of this plugin?