File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ms.date: 03/20/2020
16
16
``` dotnetcli
17
17
dotnet nuget add source <PACKAGE_SOURCE_PATH> [--name <SOURCE_NAME>] [--username <USER>]
18
18
[--password <PASSWORD>] [--store-password-in-clear-text]
19
- [--valid-authentication-types <TYPES>] [--configfile <FILE>]
19
+ [--valid-authentication-types <TYPES>] [--configfile <FILE>] [--allow-insecure-connections]
20
20
21
21
dotnet nuget add source -h|--help
22
22
```
@@ -38,6 +38,10 @@ The `dotnet nuget add source` command adds a new package source to your NuGet co
38
38
39
39
[ !INCLUDE [ configfile] ( ../../../includes/cli-configfile.md )]
40
40
41
+ - ** ` --allow-insecure-connections ` **
42
+
43
+ Allows HTTP connections for adding or updating packages. This method is not secure.
44
+
41
45
- ** ` -n|--name <SOURCE_NAME> ` **
42
46
43
47
Name of the source.
You can’t perform that action at this time.
0 commit comments