I am looking for a way to startup visual studio and then run some commands in the package manager console for nuget.
How can I do the following steps:
- Open visual studio (command prompt/no gui/silent)
- Call the nuget update statement:
Update-Package MyNamespace.MyProject -Version x.x.x
At first I tried to do this via nuget.exe, but it seems that Install.ps1 scripts aren't executed. (http://blog.davidebbo.com/2011/05/thoughts-on-installing-and-updating.html)