Skip to content

Commit f09ef15

Browse files
rjmholtTravisEz13
authored andcommitted
Fix example nuget.config (PowerShell#14349)
1 parent 8cc9f2f commit f09ef15

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<clear />
45
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5-
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
6-
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
76
</packageSources>
7+
<disabledPackageSources>
8+
<clear />
9+
</disabledPackageSources>
810
</configuration>

0 commit comments

Comments
 (0)