Reputation: 29831
Is there a way to add custom nuget feeds without going through the GUI? I know I can open the "Manage Nuget Packages" dialog, go to Settings, and add from there. I'm looking for a way to add a feed through PowerShell.
Upvotes: 4
Views: 1008
Reputation: 1170
You could modify nuget visual studio extensions configuration file (located by default at C:\Users\%UserName%\AppData\Roaming\NuGet
) with PowerShell
Upvotes: 4