Skip to content

Instantly share code, notes, and snippets.

@tobyqin
Created December 22, 2015 08:58
Show Gist options
  • Save tobyqin/66a2c6c500067b3d64ac to your computer and use it in GitHub Desktop.
Save tobyqin/66a2c6c500067b3d64ac to your computer and use it in GitHub Desktop.
:: Restore nuget packages
set nuget="%~dp0\Tools\nuget.exe"
pushd "%~dp0"
%nuget% restore MyApp.sln
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment