We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf979a8f commitcbfd1dfCopy full SHA for cbfd1df
appveyor-build.cmd
@@ -33,7 +33,10 @@ if not exist %_ngenexe% echo Error: Could not find ngen.exe. && goto :eof
33
%_msbuildexe% src\fsharp-proto-build.proj
34
@if ERRORLEVEL1echo Error: compiler proto build failed&&goto :eof
35
36
-%_ngenexe% install lib\proto\fsc-proto.exe
+%_ngenexe% install proto\net40\bin\FSharp.Compiler-proto.dll
37
+%_ngenexe% install proto\net40\bin\fsharp.core.dll
38
+%_ngenexe% install proto\net40\bin\FSharp.Build-proto.dll
39
+%_ngenexe% install proto\net40\bin\fsc-proto.exe
40
41
%_msbuildexe% src/fsharp-library-build.proj /p:UseNugetPackages=true
42
@if ERRORLEVEL1echo Error: library debug build failed&&goto :eof