Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created March 15, 2011 05:37
Show Gist options
  • Save aaronpowell/870352 to your computer and use it in GitHub Desktop.
Save aaronpowell/870352 to your computer and use it in GitHub Desktop.
Updates all packages across all projects using NuGet
#Created by Steve Godbold
Get-Package -Updates | Update-Package
@aaronpowell
Copy link
Author

Hmm... script seems to have issues thinking there are no updates when using the latest MVC3 template (which has jquery updates)

@aaronpowell
Copy link
Author

Fixed, don't need to loop through all projects!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment