Skip to content

Instantly share code, notes, and snippets.

@bvanskiver
Last active May 21, 2021 11:45
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 bvanskiver/057d05ef29ae62d02f7a291285406864 to your computer and use it in GitHub Desktop.
Save bvanskiver/057d05ef29ae62d02f7a291285406864 to your computer and use it in GitHub Desktop.
Export all NuGet packages from a source
Find-Package -AllVersions -AllowPrereleaseVersions -Source "<Source URL>" | Install-Package -Destination "C:\tmp" -SkipDependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment