Skip to content

Commit

Permalink
Fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nh43de committed Feb 1, 2021
1 parent 36c7fd6 commit f89d561
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/DataToolChain.Tests/nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="MyGetDpt" value="https://www.myget.org/F/datapowertools/api/v3/index.json" />
<add key="MyGetExcel" value="https://www.myget.org/F/exceldatareader/api/v3/index.json" />
<add key="Nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit f89d561

Please sign in to comment.