Adding xunit feed to release
This commit is contained in:
parent
12bf8f28e0
commit
34223d892c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue