Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHubSync update #462

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>