Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AzCopy.WinX64 1.0.2 contains wrong azcopy executable which causes System.Exception #17

Open
lankymart opened this issue Nov 24, 2021 · 0 comments

Comments

@lankymart
Copy link

lankymart commented Nov 24, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant