We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d254c commit 6e0c29dCopy full SHA for 6e0c29d
docs/core/tools/dotnet-nuget-config-set.md
@@ -53,7 +53,7 @@ The `dotnet nuget config set` sets the values for NuGet configuration settings t
53
* Sets the `repositoryPath` configuration value `c:\installed_packages` to the specified configuration file:
54
55
```dotnetcli
56
- dotnet nuget config set repositoryPath "c:\installed_packages" --configfile "C:/nugte.config"
+ dotnet nuget config set repositoryPath "c:\installed_packages" --configfile "c:\nuget.config"
57
```
58
59
## See also
0 commit comments