Skip to content

Commit

Permalink
Merge pull request #1 from T4MVC/master
Browse files Browse the repository at this point in the history
Pulling build changes from master
  • Loading branch information
wwwlicious committed Feb 11, 2015
2 parents 212464f + 616d49d commit da4ece4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ REM CALL packages\KoreBuild\build\kvm upgrade -runtime CLR -x86
REM CALL packages\KoreBuild\build\kvm install 1.0.0-beta2 -runtime CoreCLR -x86

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"
%USERPROFILE%\.kre\bin\kvm install 1.0.0-beta2
CALL %USERPROFILE%\.kre\bin\kvm install 1.0.0-beta2
CALL %USERPROFILE%\.kre\bin\kvm install 1.0.0-beta2 -runtime CoreCLR -x86

:run
REM CALL packages\KoreBuild\build\kvm use default -runtime CLR -x86
REM packages\Sake\tools\Sake.exe -I packages\KoreBuild\build -f makefile.shade %*

CALL %USERPROFILE%\.kre\bin\kvm use default -runtime CLR -x86

CALL kpm restore
CALL kpm build src\R4Mvc
CALL kpm build src\R4MvcHostApp
Expand Down

0 comments on commit da4ece4

Please sign in to comment.