Skip to content

Commit

Permalink
Update nuget.config based on guidance (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw committed Dec 1, 2020
1 parent fb5191c commit a7fd34f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nuget.config
Expand Up @@ -3,7 +3,8 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
<add key="powershell-modules" value="https://www.powershellgallery.com/api/v2/" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

0 comments on commit a7fd34f

Please sign in to comment.