Skip to content

Commit

Permalink
fix nuget command for setapikey (microsoft#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwsp authored Oct 4, 2024
1 parent 38e5ded commit 928c040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcpkg/consume/binary-caching-nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ C:\path\to\nuget.exe setapikey <apikey> -Source <feed url>
::: zone pivot="shell-bash"

```bash
mono `vcpkg fetch nuget | tail -n 1` sources setapikey <apiKey> -Source <feed url>
mono `vcpkg fetch nuget | tail -n 1` setapikey <apiKey> -Source <feed url>
```

::: zone-end
Expand Down

0 comments on commit 928c040

Please sign in to comment.