Including msbuild tasks in lib

This commit is contained in:
Sebastien Ros
2016-01-14 12:04:45 -08:00
parent e98125f245
commit ab89479508
7 changed files with 618 additions and 5 deletions

View File

@@ -28,8 +28,6 @@ IF "%target%" == "" SET target=Build
IF "%project%" =="" SET project=Orchard.proj
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%