Adding xunit feed to release

This commit is contained in:
Pranav K 2015-05-27 18:01:44 -07:00
parent 12bf8f28e0
commit 34223d892c
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
<configuration>
<packageSources>
<clear />
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
<add key="AspNetVNext" value="\\projectk-tc\drops\latest-packages\release" />
<add key="xunit" value="https://www.myget.org/F/xunit/api/v2" />
<add key="NuGet" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration>