Skip to content

Commit

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

<disabledPackageSources>
<add key="Local packages" value="true" />
</disabledPackageSources>

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

0 comments on commit a9616b1

Please sign in to comment.