Commit e65b648
authored
nuget: Correct onf loading rules with explicit config file (#3262)
When -configFile is given for nuget.exe, or --configfile for `dotnet restore`,
only the specified file is scanned for configuration, and the hierarchical
config loading behavior is not used.
This aligns the general documentation with the specific behaviour of
these tools.1 parent c245fcd commit e65b648
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | 122 | | |
124 | 123 | | |
| 124 | + | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
0 commit comments