JetBrains Space Help

Publish NuGet Packages to NuGet.org

Suppose you already have a NuGet package in your Space Package repo, and you want to publish it to NuGet.org.

To publish an artifact to Nuget.Org

  1. Create a new API key.

  2. Configure a remote repository:

    1. URL: Use https://api.nuget.org/v3/index.json or the Click to use NuGet Gallery URL link.

    2. In Authentication, select Bearer Token and specify the API key from the previous step.

  3. Click Create.

    NuGet snippets

Note that publishing packages with the same package version is not allowed. The server will return the 409 HTTP response.

Last modified: 05 May 2023