Add msbuild myget.org feed

This commit is contained in:
Andy Gerlicher 2018-03-30 09:10:10 -07:00
parent b84a0eb8b2
commit d3a78f7d3f

View file

@ -33,6 +33,7 @@
<add key="AspNetMaster" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
<add key="AspNetDev" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
<add key="dotnet-msbuild" value="https://dotnet.myget.org/F/msbuild/api/v3/index.json" />
]]>
</NugetConfigCLIFeeds>