Add NuGet feed

This commit is contained in:
Mike Lorbetske 2017-01-24 00:43:47 -08:00
parent 872e96cfe2
commit b31b2f429d

View file

@ -3,6 +3,7 @@
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="configurable.source" value="%CLI_PACKAGE_SOURCE%" />
<add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />