Repository: reef
Updated Branches:
  refs/heads/master 46911db2a -> 721f8ca48


[REEF-1861] Update NuGet feed to v3

  Resolving nuget restore failure on some CI builds

JIRA:
  [REEF-1861](https://issues.apache.org/jira/browse/REEF-1861)

Pull request:
  This closes #1362


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/721f8ca4
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/721f8ca4
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/721f8ca4

Branch: refs/heads/master
Commit: 721f8ca48b0e5fe0485142c0f04e56046c8b9a38
Parents: 46911db
Author: Julia Wang <jul...@apache.org>
Authored: Wed Aug 9 14:50:21 2017 -0700
Committer: Shravan Narayanamurthy <shra...@apache.org>
Committed: Wed Aug 9 15:05:29 2017 -0700

----------------------------------------------------------------------
 lang/cs/nuget.config | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/721f8ca4/lang/cs/nuget.config
----------------------------------------------------------------------
diff --git a/lang/cs/nuget.config b/lang/cs/nuget.config
index 79317f3..a8f428a 100644
--- a/lang/cs/nuget.config
+++ b/lang/cs/nuget.config
@@ -19,6 +19,7 @@ under the License.
 -->
 <configuration>
     <packageSources>
+        <add key="nuget.org" value="https://api.nuget.org/v3/index.json"; />
         <add key="nuget.org" value="https://www.nuget.org/api/V2"; />
         <add key="dotnet" 
value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json"; />
     </packageSources>

Reply via email to