Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

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

@lankymart

Description

@lankymart

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions