Skip to content

Commit e412128

Browse files
author
Kraig Brockschmidt
authored
Merge pull request NuGet#674 from mishra14/dev-anmishr-config
Adding context to nuget config command documentation
2 parents 95761e4 + 3c37b24 commit e412128

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/Tools/cli-ref-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.reviewer:
1818

1919
**Applies to:** all • **Supported versions**: all
2020

21-
Gets or sets NuGet configuration values. For additional usage, see [Configuring NuGet Behavior](../consume-packages/configuring-nuget-behavior.md). For details on allowable key names, refer to the [NuGet config file reference](../Schema/nuget-config-file.md).
21+
Gets or sets NuGet configuration values in the user scope configuration file or a specified configuration file. The user scope configuration file is located at `%APPDATA%\NuGet\NuGet.Config` in Windows and at `~/.nuget/NuGet.Config` in Mac/Linux. For additional usage, see [Configuring NuGet Behavior](../consume-packages/configuring-nuget-behavior.md). For details on allowable key names, refer to the [NuGet config file reference](../Schema/nuget-config-file.md).
2222

2323
## Usage
2424

docs/Tools/cli-ref-sources.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ ms.reviewer:
1818

1919
**Applies to:** package consumption, publishing • **Supported versions:** all
2020

21-
Manages the list of sources located in `%AppData%\NuGet\NuGet.Config` or the specified configuration file.
21+
Manages the list of sources located in the user scope configuration file or a specified configuration file. The user scope configuration file is located at `%APPDATA%\NuGet\NuGet.Config` in Windows and at `~/.nuget/NuGet.Config` in Mac/Linux.
22+
2223

2324
Note that the source URL for nuget.org is `https://api.nuget.org/v3/index.json`.
2425

0 commit comments

Comments
 (0)