This file contains hidden or 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
| @ECHO OFF | |
| :: Installs all Nuget packages for all Projects, Recursively. | |
| :: Ignores Resharper folders | |
| :: DOS Help - http://www.dostips.com/forum/viewtopic.php?f=3&t=431 | |
| SET NUGET="Nuget.exe" | |
| SET SOLUTIONDIR=..\src | |
| ECHO. | |
| ECHO Finding Projects in Solution... (saving to ProjectsUsingNuget.log.txt) | |
| ECHO ------------------------------ |