1(1)                                  .NET                                  (1)
2
3
4

dotnet nuget remove source

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

NAME

9       dotnet nuget remove source - Remove a NuGet source.
10

SYNOPSIS

12              dotnet nuget remove source <NAME> [--configfile <FILE>]
13
14              dotnet nuget remove source -h|--help
15

DESCRIPTION

17       The  dotnet nuget remove source command removes an existing source from
18       your NuGet configuration files.
19
20   Arguments
21NAME
22
23         Name of the source.
24

OPTIONS

26--configfile <FILE>
27
28         The NuGet configuration file (nuget.config) to  use.   If  specified,
29         only the settings from this file will be used.  If not specified, the
30         hierarchy of configuration files from the current directory  will  be
31         used.  For more information, see Common NuGet Configurations.
32

EXAMPLES

34       • Remove a source with name of mySource:
35
36                dotnet nuget remove source mySource
37
38   See also
39       • Package source sections in NuGet.config files
40
41       • sources command (nuget.exe)
42
43
44
45                                                                           (1)
Impressum