Белешка
Приступ овој страници захтева ауторизацију. Можете покушати да се пријавите или промените директоријуме.
Приступ овој страници захтева ауторизацију. Можете покушати да промените директоријуме.
This article applies to: ✔️ .NET 6 SDK and later versions
Name
dotnet nuget enable source - Enable a NuGet source.
Synopsis
dotnet nuget enable source <NAME> [--configfile <FILE>]
dotnet nuget enable source -h|--help
Description
The dotnet nuget enable source command enables an existing source in your NuGet configuration files.
Arguments
NAMEName of the source.
Options
--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.
Examples
Enable a source with name of
mySource:dotnet nuget enable source mySource
See also
Сарађујте са нама на GitHub-у
Извор овог садржаја можете пронаћи на платформи GitHub, где можете и да креирате и прегледате проблеме и захтеве за повлачењем. Више информација потражите у нашем водичу за сараднике.