Skip to content

Commit 02f8d11

Browse files
erwan-jolyclaude
andauthored
chore: add local NuGet source via NOSCORE_LOCAL_PACKAGES env var (#132)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9375409 commit 02f8d11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

NuGet.config

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

0 commit comments

Comments
 (0)