Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/core/tools/dotnet-nuget-push.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[--no-service-endpoint] [-s|--source <SOURCE>] [--skip-duplicate]
[-sk|--symbol-api-key <API_KEY>] [-ss|--symbol-source <SOURCE>]
[-t|--timeout <TIMEOUT>]
[--configfile <FILE>]
[--configfile <FILE>][--allow-insecure-connections]
dotnet nuget push -h|--help
```
Expand Down Expand Up @@ -50,6 +50,9 @@

## Options

- **`--allow-insecure-connections`**
Allows pushing to HTTP sources (insecure). For more information, refer to https://aka.ms/nuget-https-everywhere.

Check failure on line 54 in docs/core/tools/dotnet-nuget-push.md

View workflow job for this annotation

GitHub Actions / lint

Bare URL used

docs/core/tools/dotnet-nuget-push.md:54:77 MD034/no-bare-urls Bare URL used [Context: "https://aka.ms/nuget-https-eve..."] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md034.md

- **`-d|--disable-buffering`**

Disables buffering when pushing to an HTTP(S) server to reduce memory usage.
Expand Down
Loading