Skip to content

Commit

Permalink
Fix NGen command in appveyor build script
Browse files Browse the repository at this point in the history
  • Loading branch information
latkin committed Feb 3, 2015
1 parent 468487f commit c20cc90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor-build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ if not exist %_ngenexe% echo Error: Could not find ngen.exe. && goto :eof
%_msbuildexe% src\fsharp-proto-build.proj
@if ERRORLEVEL 1 echo Error: compiler proto build failed && goto :eof

%_ngenexe% install lib\proto\fsc-proto.exe
%_ngenexe% install Proto\net40\bin\fsc-proto.exe
@if ERRORLEVEL 1 echo Error: NGen of proto failed && goto :eof

%_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true
@if ERRORLEVEL 1 echo Error: library debug build failed && goto :eof
Expand Down

0 comments on commit c20cc90

Please sign in to comment.