浏览代码

Add folder for local packages

Oren Novotny 6 年之前
父节点
当前提交
b2d0210f36
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 1 0
      Rx.NET/Integration/LocalPackages/.keepme
  2. 3 3
      Rx.NET/Integration/NuGet.Config

+ 1 - 0
Rx.NET/Integration/LocalPackages/.keepme

@@ -0,0 +1 @@
+Placeholder to keep this directory

+ 3 - 3
Rx.NET/Integration/NuGet.Config

@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <?xml version="1.0" encoding="utf-8"?>
 <configuration>
 <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="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="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>  
   </packageSources>  
 </configuration>
 </configuration>