Removed cli-deps feed as Microsoft build packages are available in ci-dev feed now

This commit is contained in:
Kiran Challa 2017-05-23 16:21:04 -07:00 коммит произвёл Kiran Challa
Родитель 80cd4fa43f
Коммит 415712297d
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,5 @@
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<!-- Todo Remove this after https://github.com/aspnet/CoreCLR/issues/180 is closed. -->
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
</packageSources>
</configuration>