Skip to content

Commit

Permalink
Merge pull request #208 from latkin/fix-proto-ngen
Browse files Browse the repository at this point in the history
Fix NGen command in appveyor build script
  • Loading branch information
dsyme committed Feb 4, 2015
2 parents 468487f + c20cc90 commit 911c33a
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 911c33a

Please sign in to comment.