Add a custom nuget feed from the Package Manager console (PowerShell)

Is there a way to add custom nuget feeds without going through the GUI? I know that I can open the "Manage Nuget Packages" dialog box, go to "Settings" and add from there. I am looking for a way to add a feed through PowerShell.

+4
source share
1 answer

You can change the nuget visual studio extensions configuration file (default is C:\Users\%UserName%\AppData\Roaming\NuGet by default) using PowerShell

+4
source

Source: https://habr.com/ru/post/1390911/


All Articles