Skip to content

Commit

Permalink
fixing #1433
Browse files Browse the repository at this point in the history
Fixes #1433
  • Loading branch information
karann-msft committed May 21, 2019
1 parent d9b1a7d commit e3058f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/consume-packages/configuring-nuget-behavior.md
Expand Up @@ -15,7 +15,7 @@ NuGet's behavior is driven by the accumulated settings in one or more `NuGet.Con

| Scope | NuGet.Config file location | Description |
| --- | --- | --- |
| Project | Current folder (aka Project folder) or any folder up to the drive root.| In a project folder, settings apply only to that project. In parent folders that contain multiple projects subfolders, settings apply to all projects in those subfolders. |
| Solution | Current folder (aka Solution folder) or any folder up to the drive root.| In a solution folder, settings apply apply to all projects in subfolders. Note that if a config file is placed in a project folder, it has no effect on that project. |
| User | Windows: `%appdata%\NuGet\NuGet.Config`<br/>Mac/Linux: `~/.config/NuGet/NuGet.Config` or `~/.nuget/NuGet/NuGet.Config` (varies by OS distribution) | Settings apply to all operations, but are overridden by any project-level settings. |
| Computer | Windows: `%ProgramFiles(x86)%\NuGet\Config`<br/>Mac/Linux: `$XDG_DATA_HOME`. If `$XDG_DATA_HOME` is null or empty, `~/.local/share` or `/usr/local/share` will be used (varies by OS distribution) | Settings apply to all operations on the computer, but are overridden by any user- or project-level settings. |

Expand Down

0 comments on commit e3058f0

Please sign in to comment.