You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
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).
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
The text was updated successfully, but these errors were encountered: