Adding package source for private MyGet feed

This commit is contained in:
Pranav K 2014-01-25 06:14:48 -08:00
parent 4768f708fd
commit 7637ca17dc
1 changed files with 14 additions and 0 deletions

14
NuGet.Config Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
</packageSources>
<packageSourceCredentials>
<AspNetVNext>
<add key="Username" value="aspnetci" />
<add key="ClearTextPassword" value="07c2e9d1-d786-457f-b4d1-5d3a967f186b" />
</AspNetVNext>
</packageSourceCredentials>
</configuration>