Merged PR 17547: Update the NuGet config content

Update the NuGet config content to remove `myget` feeds.
This commit is contained in:
Dongbo Wang 2021-10-13 00:38:02 +00:00
parent 159356bdd2
commit 23faf4a546

View file

@ -151,10 +151,12 @@ open {0}
NuGetConfigFile = @'
<configuration>
<packageSources>
<clear />
<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" />
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
'@