Skip to content

Commit 6f2cad7

Browse files
Add AllowInsecureConnections to push command (#3456)
1 parent ec65226 commit 6f2cad7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/cli-reference/cli-ref-push.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ where `<packagePath>` identifies the package to push to the server.
2828

2929
## Options
3030

31+
- **`-AllowInsecureConnections`**
32+
Allows pushing to HTTP sources (insecure). For more information, refer to https://aka.ms/nuget-https-everywhere.
33+
3134
- **`-ApiKey`**
3235

3336
The API key for the target repository. If not present, the one specified in the config file is used.

0 commit comments

Comments
 (0)