We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5191c commit a7fd34fCopy full SHA for a7fd34f
nuget.config
@@ -3,7 +3,8 @@
3
<packageSources>
4
<clear />
5
<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/" />
8
</packageSources>
+ <disabledPackageSources>
+ <clear />
9
+ </disabledPackageSources>
10
</configuration>
0 commit comments