Ambil perhatian
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba log masuk atau menukar direktori.
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
This article applies to: ✔️ .NET 6 SDK and later versions
Name
dotnet nuget remove source - Remove a NuGet source.
Synopsis
dotnet nuget remove source <NAME> [--configfile <FILE>]
dotnet nuget remove source -h|--help
Description
The dotnet nuget remove source command removes an existing source from 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
Remove a source with name of
mySource:dotnet nuget remove source mySource
See also
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh membuat dan menyemak isu dan permintaan tarik. Untuk maklumat lanjut, lihat panduan penyumbang kami.