-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Labels
Functionality:PushPriority:3Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.Type:Feature
Description
NuGet Product(s) Involved
NuGet.exe, dotnet.exe
The Elevator Pitch
The command to publish packages to nuget.org could be simplified. In Rust's package manager - cargo you just do cargo login apikey
(just one time) and cargo publish
and that's it.
Similar nuget subcommand could do the following:
- Build project in release mode
- Pack
- Push to nuget.org
The api key could be saved in some json file or just use nuget setapikey
Additional Context and Details
No response
Metadata
Metadata
Assignees
Labels
Functionality:PushPriority:3Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.Type:Feature