Created
April 10, 2011 04:56
-
-
Save amirci/912056 to your computer and use it in GitHub Desktop.
Install packages from packages_local.config
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
FileList["**/packages_local.config"].each do |file| | |
cp file, "packages.config" | |
sh "nuget install packages.config /OutputDirectory Packages /source #{local_feed}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment