You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
AzCopy.WinX64 1.0.2 contains azcopy not azcopy.exe which causes exception on Windows 10 running locally in a Console Application in VS 2019.
Running project with AzCopy.Client 1.0.2 and AzCopy.WinX64 1.0.2 packages causes an exception
Can't find azcopy. Make sure you install azcopy and set its path to $AZCOPYPATH on your system, or use one of the following nuget package: AzCopy.WinX64, AzCopy.LinuxX64, AzCopy.OsxX64.
Worked around by renaming the file azcopy.exe in the build output folder. Can then copy the into a project, set the file's Copy to output Directory property to Copy Always which then allows the build to run but defeats the purpose of the extra package in the first place.