Skip to content

Instantly share code, notes, and snippets.

@Geertvdc
Created March 7, 2016 13:55
Show Gist options
  • Save Geertvdc/322ef525f2a9e913d97b to your computer and use it in GitHub Desktop.
Save Geertvdc/322ef525f2a9e913d97b to your computer and use it in GitHub Desktop.
Bash script to restore nuget packages on a Mac
sln="$1"
curl -s -O https://dist.nuget.org/win-x86-commandline/v3.3.0/nuget.exe
mono nuget.exe restore "$sln"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment