Skip to content

Commit

Permalink
add a special nuget.config for VSTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Willich committed Feb 12, 2018
1 parent b5805ec commit a430dfb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .nuget/vsts.nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<configuration>
<packageSources>
<add key="localPackages" value="./LocalPackages" />
<add key="Gherkin CI" value="https://ci.appveyor.com/nuget/gherkin-pgwyovw4bucb/" />
<add key="MSBuild.MSBNuGet" value="https://ci.appveyor.com/nuget/msbuild-msbnuget" />
<add key="Nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit a430dfb

Please sign in to comment.