mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-24 16:53:10 +08:00
Restoring tooling packages before msbuild is invoked
This commit is contained in:
@@ -27,7 +27,10 @@ SET project=%2
|
||||
IF "%target%" == "" SET target=Build
|
||||
IF "%project%" =="" SET project=Orchard.proj
|
||||
|
||||
nuget.exe restore .\src\Orchard.sln
|
||||
lib\nuget\nuget.exe restore .\src\Orchard.sln
|
||||
lib\nuget\nuget.exe install SlowCheetah -e -o build\libs
|
||||
lib\nuget\nuget.exe install MSBuildTasks -e -o build\libs
|
||||
|
||||
msbuild /t:%target% %project%
|
||||
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user