Skip to content

Commit

Permalink
Restore packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitzchak Yitzchaki committed Oct 2, 2013
1 parent 4323165 commit 1d8eeed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.ps1
Expand Up @@ -5,7 +5,8 @@ $scriptDir = Split-Path $scriptPath

get-module psake | remove-module

.nuget\NuGet.exe install .nuget\packages.config -OutputDirectory packages
.nuget\NuGet.exe restore .nuget\packages.config -OutputDirectory packages
.nuget\NuGet.exe restore zzz_RavenDB_Release.sln -OutputDirectory packages
import-module (Get-ChildItem "$scriptDir\packages\psake.*\tools\psake.psm1" | Select-Object -First 1)

exec { invoke-psake "$scriptDir\default.ps1" $task }

0 comments on commit 1d8eeed

Please sign in to comment.