dotnet-nuget-config-unset
Removes the key-value pair from a specified NuGet configuration setting.
- Provided by: dotnet-host-10.0 (Version: 10.0.7-0ubuntu1~25.10.1)
- Source: dotnet10
- Report a bug
Removes the key-value pair from a specified NuGet configuration setting.
dotnet-nuget-config-unset - Removes the key-value pair from a specified NuGet configuration setting.
dotnet nuget config unset <CONFIG-KEY> [--configfile <FILE>]
dotnet nuget config unset -h|--help
The dotnet nuget config unset unsets the values for NuGet configuration settings that will be applied from the config section.
The key of the settings that are to be removed.
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.
Prints out a description of how to use the command.
dotnet nuget config unset repositoryPath --configfile "C:/nuget.config"