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

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

Open
videoguy opened this issue Jan 16, 2023 · 0 comments
Open

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

videoguy opened this issue Jan 16, 2023 · 0 comments

Comments

@videoguy
Copy link

videoguy commented Jan 16, 2023

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?

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