Created
October 14, 2013 15:01
-
-
Save sergeyt/6977084 to your computer and use it in GitHub Desktop.
cmd script to download nuget.exe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
powershell -Command "(new-object System.Net.WebClient).DownloadFile('http://az320820.vo.msecnd.net/downloads/nuget.exe', '.nuget\NuGet.exe')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment