Commit 124f59c
chore: support local NuGet source via NOSCORE_LOCAL_PACKAGES env var (#737)
Move the wiring out of NuGet.config (where %NOSCORE_LOCAL_PACKAGES%
fails NU1301 when unset) into a conditional Directory.Build.props
PropertyGroup. RestoreAdditionalProjectSources is only set when the
env var is defined, so CI and fresh clones are unaffected.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 42126dd commit 124f59c
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
0 commit comments