How to access network drive for dropping a file during automation run using Jenkins

78 views Asked by At

Not able to access network drive location using csharp code while running script through Jenkins

Tried with

File.Copy("sourcepathloc", "destpathloc")

It's working while running automation script from visual Studio but getting an error while running it through Jenkins.

0

There are 0 answers