Correct daily build information

- the MyGet feed doesn't contain most of our partner teams' packages and hasn't for a while
This commit is contained in:
Doug Bunting 2019-03-29 09:43:21 -07:00 committed by Doug Bunting
parent 77d9fae439
commit f6130e8430
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ If you want to download the latest daily build and use it in a project, then you
<configuration>
<packageSources>
<clear />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>