Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit ae3f784

Browse files
committed
Updating build scripts
1 parent 35f9218 commit ae3f784

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PublishProfiles/
1313
_ReSharper.*
1414
nuget.exe
1515
*net45.csproj
16+
*net451.csproj
1617
*k10.csproj
1718
*.psess
1819
*.vsp

build.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ copy %CACHED_NUGET% .nuget\nuget.exe > nul
1818
IF EXIST packages\KoreBuild goto run
1919
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre
2020
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion
21+
CALL packages\KoreBuild\build\kvm install -svr50 -x86
22+
CALL packages\KoreBuild\build\kvm install -svrc50 -x86
2123

2224
:run
25+
CALL packages\KoreBuild\build\kvm use default -svr50 -x86
2326
packages\Sake\tools\Sake.exe -I packages\KoreBuild\build -f makefile.shade %*

0 commit comments

Comments
 (0)