Skip to content

Commit

Permalink
Add preview feed to NuGet.config
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed Nov 15, 2022
1 parent 0b8f06b commit 38b8911
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="Tenacom preview" value="https://www.myget.org/F/tenacom-preview/api/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="Tenacom preview">
<package pattern="*" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
Expand Down

0 comments on commit 38b8911

Please sign in to comment.