Install NuGet across all projects
#Installs a package into all projects in the solution (note: Requires NuGet 1.1+) | |
Get-Project -All | Install-Package packageName |
This comment has been minimized.
This comment has been minimized.
Meligy
commented
Feb 27, 2011
As per a tweet from @davidfowl , his syntax works starting NuGet 1.1 |
This comment has been minimized.
This comment has been minimized.
MiguelMadero
commented
Mar 25, 2011
why's this a gist ? |
This comment has been minimized.
This comment has been minimized.
So the code is somewhere I can find it easily in the future :P |
This comment has been minimized.
This comment has been minimized.
MiguelMadero
commented
Mar 25, 2011
I would imagine your blog was a good place for this.... maybe a gist is
better. I'll keep that in mind.
Miguel A. Madero Reyes
www.miguelmadero.com (blog)
me@miguelmadero.com
…On Fri, Mar 25, 2011 at 10:28 AM, aaronpowell < ***@***.***>wrote:
So the code is somewhere I can find it easily in the future :P
##
Reply to this email directly or view it on GitHub:
https://gist.github.com/843288
|
This comment has been minimized.
This comment has been minimized.
gist will persist between blog engines ;). |
This comment has been minimized.
This comment has been minimized.
MiguelMadero
commented
Mar 25, 2011
Fair enough
Miguel A. Madero Reyes
www.miguelmadero.com (blog)
me@miguelmadero.com
…On Fri, Mar 25, 2011 at 10:49 AM, aaronpowell < ***@***.***>wrote:
gist will persist between blog engines ;).
Also allows me to change/ update it and keep history nicely
##
Reply to this email directly or view it on GitHub:
https://gist.github.com/843288
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
davidfowl commentedFeb 27, 2011
Get-Project -All | Install-Package packageName