Updating release Nuget.config

This commit is contained in:
Brice Lambson 2014-06-20 14:31:40 -07:00
parent 9df90f615b
commit 67398cf649
1 changed files with 3 additions and 9 deletions

View File

@ -1,13 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<packageSources> <packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" /> <add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" /> <add key="NuGet.org" value="https://nuget.org/api/v2/" />
</packageSources> </packageSources>
<packageSourceCredentials> </configuration>
<AspNetVNext>
<add key="Username" value="aspnetreadonly" />
<add key="ClearTextPassword" value="4d8a2d9c-7b80-4162-9978-47e918c9658c" />
</AspNetVNext>
</packageSourceCredentials>
</configuration>