I am attempting to download files from my companies network fileshare to my Azure Pipelines $(System.ArtifactDirectory). We use Azure Devops Server 2020.
Naturally, I am using the Download Fileshare Artifacts Task.
When I enter my companies file share server path (which can also be accessed from any computer through the file explorer 'network' button), //our-network.com/path/to/file , I get the "ENOENT: no such file or directory" error.
I know that my server path is correct. However, I am wondering if anybody is familiar with this task.
Am I missing a step to connecting my file server to ADOS? Can this be done programmatically? Is there some reason that my hosted ADOS build agents would not be able to find our file server?
I have done some research, and cannot find a solution. I appreciate any help.