Updated build template

This commit is contained in:
David Fowler 2014-02-10 22:42:16 -08:00
parent 251630590d
commit 5300428a33
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -20,3 +20,5 @@ nuget.exe
*.userprefs
*DS_Store
*.ncrunchsolution
*.*sdf
*.ipch

View File

@ -1,7 +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/aspnetvnext/api/v2" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
</packageSources>
<packageSourceCredentials>