Update the build template

- Workaround myget feed issue
- Updated build.cmd to new standard
- Added new things to git ignore
This commit is contained in:
David Fowler 2014-02-07 10:16:46 -08:00
parent 1b1dfb72a5
commit ef421b4d30
2 changed files with 3 additions and 1 deletions

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>