diff --git a/build.ps1 b/build.ps1 index 365387fdba23..d17c31a0a7c8 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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 } \ No newline at end of file