Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d697bb

Browse files
committed
Fix NGen command in appveyor build script
1 parent9ebdb05 commit0d697bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎appveyor-build.cmd‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ if not exist %_ngenexe% echo Error: Could not find ngen.exe. && goto :eof
2323
%_msbuildexe% src\fsharp-proto-build.proj
2424
@if ERRORLEVEL1echo Error: compiler proto build failed&&goto :eof
2525

26-
%_ngenexe% install lib\proto\fsc-proto.exe
26+
%_ngenexe% install Proto\net40\bin\fsc-proto.exe
27+
@if ERRORLEVEL1echo Error: NGen of proto failed&&goto :eof
2728

2829
%_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true
2930
@if ERRORLEVEL1echo Error: library debug build failed&&goto :eof

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp