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

Commit911c33a

Browse files
committed
Merge pull requestdotnet#208 from latkin/fix-proto-ngen
Fix NGen command in appveyor build script
2 parents468487f +c20cc90 commit911c33a

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
@@ -25,7 +25,8 @@ if not exist %_ngenexe% echo Error: Could not find ngen.exe. && goto :eof
2525
%_msbuildexe% src\fsharp-proto-build.proj
2626
@if ERRORLEVEL1echo Error: compiler proto build failed&&goto :eof
2727

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp