Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Commit

Permalink
Updating release Nuget.config
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Jun 20, 2014
1 parent cb2ab2b commit 9d916b2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/" />
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
</packageSources>
<packageSourceCredentials>
<AspNetVNext>
<add key="Username" value="aspnetreadonly" />
<add key="ClearTextPassword" value="4d8a2d9c-7b80-4162-9978-47e918c9658c" />
</AspNetVNext>
</packageSourceCredentials>
</configuration>
</configuration>

0 comments on commit 9d916b2

Please sign in to comment.