Skip to content

Commit

Permalink
Add folder for local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Dec 13, 2018
1 parent 0f837d1 commit b2d0210
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Rx.NET/Integration/LocalPackages/.keepme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Placeholder to keep this directory
6 changes: 3 additions & 3 deletions Rx.NET/Integration/NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AppVeyor (CI) rxnet" value="https://ci.appveyor.com/nuget/rx-net-ljfp6fos5bxs" />
<packageSources>
<add key="myget.org rxnet" value="https://dotnet.myget.org/F/rx/api/v3/index.json" />
<add key="Build Packages" value="https://www.myget.org/F/c037199d-41df-4567-b966-25ff65324688/api/v3/index.json" />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="Local Packages" value=".\LocalPackages" />
</packageSources>
</configuration>

0 comments on commit b2d0210

Please sign in to comment.