dotnet-nuget-disable-source(1) .NET Documentation dotnet-nuget-disable-source(1)

This article applies to: ✔️ .NET Core 3.1.200 SDK and later versions

dotnet-nuget-disable-source - Disable a NuGet source.

dotnet nuget disable source <NAME> [--configfile <FILE>]
dotnet nuget disable source -h|--help
    

The dotnet nuget disable source command disables an existing source in your NuGet configuration files.

NAME

Name of the source.

--configfile <FILE>

The NuGet configuration file (nuget.config) to use. If specified, only the settings from this file will be used. If not specified, the hierarchy of configuration files from the current directory will be used. For more information, see Common NuGet Configurations.

Disable a source with name of mySource:
dotnet nuget disable source mySource
    

Package source sections in NuGet.config files
sources command (nuget.exe)
2023-10-25
QR Code