Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: WinSCP NuGet - Does Not Copy WinSCP.exe

Thanks for sharing your solution.
Guest

Re: WinSCP NuGet - Does Not Copy WinSCP.exe

Ok, managed to resolve the issue by upgrading the solution from using "packages.config" to PackageReference,
Guest

WinSCP NuGet - Does Not Copy WinSCP.exe

Hi,

I'm using WinSCP via the NuGet package, locally when building the solution (.NET Framework 4.72, multiple projects) the WinSCP.exe is copied to the output folder, however when building via Jenkins the WinSCP.exe does not get copied, only the WinSCPnet.dll.

Is there something I'm missing?