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

Commit1f7f85a

Browse files
committed
Fix NGEN
1 parentcb80b05 commit1f7f85a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎appveyor-build.cmd‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ if not exist %_msbuildexe% echo Error: Could not find MSBuild.exe. Please see h
1212
set_gacutilexe="%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\gacutil.exe"
1313
ifnotexist%_gacutilexe%echo Error: Could not find gacutil.exe.&&goto :eof
1414

15+
set_ngenexe="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\ngen.exe"
16+
ifnotexist%_ngenexe%echo Error: Could not find ngen.exe.&&goto :eof
17+
1518
.\.nuget\NuGet.exe restore packages.config -PackagesDirectory packages
1619
@if ERRORLEVEL1echo Error: Nuget restore failed&&goto :eof
1720

@@ -22,7 +25,7 @@ if not exist %_gacutilexe% echo Error: Could not find gacutil.exe. && goto :eof
2225
%_msbuildexe% src\fsharp-proto-build.proj
2326
@if ERRORLEVEL1echo Error: compiler proto build failed&&goto :eof
2427

25-
ngen install lib\proto\fsc-proto.exe
28+
%_ngenexe% install lib\proto\fsc-proto.exe
2629

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp