Skip to content

Commit

Permalink
add NuGet.config
Browse files Browse the repository at this point in the history
  • Loading branch information
david1995 committed Oct 1, 2018
1 parent 3451d7c commit 72adeac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="SpecFlowCI" value="https://www.myget.org/F/specflow/api/v3/index.json" />

<add key="SpecFlowPlus" value="https://techtalk.pkgs.visualstudio.com/_packaging/SpecFlowPlus/nuget/v3/index.json" />
<add key="Nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 72adeac

Please sign in to comment.