Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jptoto/227a75a43e5f9c3956bc to your computer and use it in GitHub Desktop.
Save jptoto/227a75a43e5f9c3956bc to your computer and use it in GitHub Desktop.
foreach ($f in Get-ChildItem -Recurse -Path ".\" -Filter *.sln | sort-object)
{
nuget.exe restore $f.FullName -verbosity detailed
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment