Restoging nuget packages as part as the build script

This commit is contained in:
Sebastien Ros 2016-01-13 18:07:18 -08:00
parent e510ec2998
commit 387fbb2f32
2 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ SET project=%2
IF "%target%" == "" SET target=Build
IF "%project%" =="" SET project=Orchard.proj
nuget.exe restore .\src\Orchard.sln
msbuild /t:%target% %project%
pause

BIN
lib/nuget/nuget.exe Normal file

Binary file not shown.