Updating build scripts
This commit is contained in:
parent
35f921856f
commit
ae3f7846f4
|
|
@ -13,6 +13,7 @@ PublishProfiles/
|
|||
_ReSharper.*
|
||||
nuget.exe
|
||||
*net45.csproj
|
||||
*net451.csproj
|
||||
*k10.csproj
|
||||
*.psess
|
||||
*.vsp
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul
|
|||
IF EXIST packages\KoreBuild goto run
|
||||
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
|
||||
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion
|
||||
CALL packages\KoreBuild\build\kvm install -svr50 -x86
|
||||
CALL packages\KoreBuild\build\kvm install -svrc50 -x86
|
||||
|
||||
:run
|
||||
CALL packages\KoreBuild\build\kvm use default -svr50 -x86
|
||||
packages\Sake\tools\Sake.exe -I packages\KoreBuild\build -f makefile.shade %*
|
||||
|
|
|
|||
Loading…
Reference in New Issue