Merged PR 14147: Remove myget feeds from test nuget.config

Remove myget feeds from test nuget.config
This commit is contained in:
Robert Holt 2021-01-14 21:11:47 +00:00
parent f80154ad18
commit dc71ea2bd3

View file

@ -2,8 +2,6 @@
<configuration>
<packageSources>
<clear />
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
</packageSources>
</configuration>