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.
You can change the nuget visual studio extensions configuration file (default is C:\Users\%UserName%\AppData\Roaming\NuGet by default) using PowerShell
C:\Users\%UserName%\AppData\Roaming\NuGet
Source: https://habr.com/ru/post/1390911/More articles:How can I apply one instance of my application? - c #Is it possible to have a Dojo / Dijit DataGrid autoheight function based on the parent size of a div instead of multiple rows? - heightSQL Server - auto-increment on a generated table - sql-serverCalculate interquartile mean from Ruby array? - arraysWhat classes of selectors should be used to influence these elements with an odd number? - csspython socket.gethostbyaddr () - reduce latency? - pythonIn JavaScript, is it possible to add a callback function instead of overwriting it? - javascriptCSS Firefox extends parent div, but not IE or Chrome, bug? - cssGROUP BY using parameters in SQL - sqlHow can I localize a standard iOS control? - iosAll Articles