All Products
Search
Document Center

Alibaba Cloud DevOps:Manage NuGet artifacts

Last Updated:Jun 22, 2026

You can push, pull, view, and manage artifacts in a NuGet private repository.

Prerequisites

Before managing artifacts, create a NuGet artifact repository. For more information, see Create an artifact repository.

Use a NuGet repository

Go to your NuGet repository and click User Guide. Follow the instructions to configure pushing and pulling.

The User Guide page provides two configuration methods: dotnet configuration and NuGet configuration. The dotnet configuration tab includes three sections: Set up repository credentials (run dotnet nuget add source with the repository URL, name, and username), Push (run dotnet nuget push --source <SOURCE_NAME> <PACKAGE_NAME>), and Pull (run dotnet add package). You can copy each command block with a single click.

View and manage NuGet artifacts

On the repository home page, click Artifacts to view all artifacts. You can also search for artifacts by name.

View artifact version details

Click a package name to view the artifact's details. By default, the details for the latest version are displayed. You can click switch versions to change the version.

The artifact details panel has two tabs: File Information and Metadata. It shows details such as Total Versions, Total Downloads, Storage Size, Push Time, Pushed By, and Artifact Tags. The Delete This Version button and the Disable Artifact toggle are at the bottom.

Disable an artifact version

On the artifact details page, click Disable Artifact.

In the Please enter a reason for disabling dialog box, enter a reason and click OK.

Note

Disabling applies only to a specific version, not the entire artifact. For example, if you disable version 12.0.3 of Newtonsoft.Json on its details page, that specific version becomes unavailable for download, while other versions like 13.0.3 remain available.

Manage artifact metadata

On the artifact details page, click the Metadata tab to manage metadata, which applies only to the selected artifact version.

Click Add Metadata. In the Key field, enter a metadata key (for example, owner). In the Value field, enter a value (for example, demo). Then, click the confirm button to save.

Delete an artifact version

On the artifact details page, click Delete This Version. You can restore deleted versions from the artifact recycle bin.