Skip to content

Commit 9529521

Browse files
erwan-jolyclaude
andcommitted
Revert "chore: add local NuGet source via NOSCORE_LOCAL_PACKAGES env var"
NuGet emits NU1301 (hard error, not warning) when the env var is unset, so fresh clones and CI runners without NOSCORE_LOCAL_PACKAGES fail restore. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 42126dd commit 9529521

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

NuGet.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="local" value="%NOSCORE_LOCAL_PACKAGES%" />
54
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
65
</packageSources>
76
</configuration>

0 commit comments

Comments
 (0)