Josiah Ruddell
Josiah Ruddell

Reputation: 29831

Add 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 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

Answers (1)

Dima Pasko
Dima Pasko

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

Related Questions