Skip to content

Commit a7fd34f

Browse files
authored
Update nuget.config based on guidance (#2003)
1 parent fb5191c commit a7fd34f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nuget.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<packageSources>
44
<clear />
55
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6-
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
7-
<add key="powershell-modules" value="https://www.powershellgallery.com/api/v2/" />
86
</packageSources>
7+
<disabledPackageSources>
8+
<clear />
9+
</disabledPackageSources>
910
</configuration>

0 commit comments

Comments
 (0)