Skip to content

[Feature]: Easier package publishing #11249

@bugproof

Description

@bugproof

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

No one assigned

    Labels

    Functionality:PushPriority:3Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.Type:Feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions