Skip to content

Commit

Permalink
chore(samples): add AppVeyor feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo committed Mar 5, 2017
1 parent d8e4300 commit 7c4c6f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/DotNetTestSample/NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="NSpecVNext" value="https://www.myget.org/F/nspec/api/v2/" />
<add key="MyGet" value="https://www.myget.org/F/nspec/api/v2/" />
<add key="AppVeyor NSpec" value="https://ci.appveyor.com/nuget/nspec-nspec/" />
<add key="AppVeyor dotnet-test-nspec" value="https://ci.appveyor.com/nuget/nspec-dotnettestnspec/" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
Expand Down
3 changes: 2 additions & 1 deletion examples/NetFrameworkSample/NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="NSpecVNext" value="https://www.myget.org/F/nspec/api/v2/" />
<add key="MyGet" value="https://www.myget.org/F/nspec/api/v2/" />
<add key="AppVeyor NSpec" value="https://ci.appveyor.com/nuget/nspec-nspec/" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
Expand Down

0 comments on commit 7c4c6f3

Please sign in to comment.