Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

[BUG] --skip-duplicates doesn't work #37

Closed
koeneijkemans opened this issue Jul 11, 2020 · 0 comments
Closed

[BUG] --skip-duplicates doesn't work #37

koeneijkemans opened this issue Jul 11, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@koeneijkemans
Copy link

I just wanted to inform you that the --skip-duplicates flag that is supplied to the dotnet nuget push command is not working at the moment.

I think the reason this isn't working is because of a bug in the --no-symbols flag. This flag expects a parameter to be supplied and thus takes the --skip-duplicates as parameter. You can work around this issue by just passing something else as paramter to the --no-symbols flag. (ie --no-symbols 1 --skip-duplicates).

See NuGet/Home#4864

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants