-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Labels
Functionality:PushPriority:2Issues for the current backlog.Issues for the current backlog.Product:NuGet.exeNuGet.exeNuGet.exeType:Bughelp wantedConsidered good issues for community contributions.Considered good issues for community contributions.
Description
The nuget.exe counterpart to #4393 where the dotnet.exe experience was fixed, but we didn't want to break nuget.exe outside of a major release.
NuGet/NuGet.Client#3739 (comment)
It turns out though, that extending push command for nuget.exe is rather not possible due to problems with backwards compatibility. There is some special ApiKey logic, which for cases where ApiKey is not specified, it assumes that second parameter is an ApiKey (https://github.com/NuGet/NuGet.Client/blob/dev/src/NuGet.Clients/NuGet.CommandLine/Commands/PushCommand.cs#L51-L58)
This behaviour is also documented here https://docs.microsoft.com/en-gb/nuget/reference/cli-reference/cli-ref-push#examples.
ErroneousFatality and jzabroskidominoFire
Metadata
Metadata
Assignees
Labels
Functionality:PushPriority:2Issues for the current backlog.Issues for the current backlog.Product:NuGet.exeNuGet.exeNuGet.exeType:Bughelp wantedConsidered good issues for community contributions.Considered good issues for community contributions.