Navigation Menu

Skip to content

Commit

Permalink
setup.ps1 doesn't need to install packages as the rake script handles…
Browse files Browse the repository at this point in the history
… that.
  • Loading branch information
davidalpert committed Sep 3, 2011
1 parent 4badaa8 commit be8f4c6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions setup.ps1
Expand Up @@ -10,11 +10,4 @@ gem update --system
gem install rake
gem install bundler

#restore the nuget packages
$nugetConfigs = Get-ChildItem '.\' -Recurse | ?{$_.name -match "packages\.config"} | select
foreach ($nugetConfig in $nugetConfigs) {
Write-Host "restoring packages from $($nugetConfig.FullName)"
nuget install $($nugetConfig.FullName) /OutputDirectory packages
}

rake
rake

0 comments on commit be8f4c6

Please sign in to comment.