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

Zip task fails when a sub dir entry is added #302

@videoguy

Description

@videoguy

I have an item collection like below. When creating a zip using Zip task, it is failing with error "error : An item with the same key has already been added".

c:\project\package\test
c:\project\package\tools
c:\project\package\docs
c:\project\package\docs\license
c:\project\package\test\test1.results

The zip task seem to add c:\project\package\test, c:\project\package\tools,c:\project\package\docs fine, but is failing when it is trying to add sub dir c:\project\package\docs\license. These are all directory entries.

What is the trick to get this working?

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