Skip to content

Commit

Permalink
Merge pull request #632 from WildGums/GitHubSync/20231208-190143
Browse files Browse the repository at this point in the history
GitHubSync update
  • Loading branch information
GeertvanHorrik authored Dec 8, 2023
2 parents 9757568 + efc55fe commit 89daec9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
<clear />
<!-- `key` can be any identifier for your source. -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="Local packages" value="C:\Source\_packages" />
<!-- Uncomment to allow local packages (1 / 2) -->
<!--<add key="Local packages" value="C:\Source\_packages" />-->
</packageSources>

<!-- key value for <packageSource> should match key values from <packageSources> element -->
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="Local packages">
<package pattern="*" />
</packageSource>
<!-- Uncomment to allow local packages (2 / 2) -->
<!-- <packageSource key="Local packages"> -->
<!-- <package pattern="*" /> -->
<!-- </packageSource> -->
</packageSourceMapping>
</configuration>

0 comments on commit 89daec9

Please sign in to comment.