opomba,
Dostop do te strani zahteva pooblastilo. Poskusite se vpisati alispremeniti imenike.
Dostop do te strani zahteva pooblastilo. Poskusite lahko spremeniti imenike.
This article applies to: ✔️ .NET 6 SDK and later versions
Name
dotnet nuget disable source - Disable a NuGet source.
Synopsis
dotnet nuget disable source <NAME> [--configfile <FILE>]
dotnet nuget disable source -h|--help
Description
The dotnet nuget disable source command disables 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
Disable a source with name of
mySource:dotnet nuget disable source mySource
See also
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.