Skip to content

Commit c257574

Browse files
committed
devguide notes
1 parent 13a7a90 commit c257574

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

DEVGUIDE.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ There are various qualifiers:
3131
build.cmd debug -- build debug instead of release
3232

3333
build.cmd proto -- force the rebuild of the Proto bootstrap compiler in addition to other things
34+
build.cmd protofx -- build using a .NET Framework proto (no .NET Core is used)
3435

35-
build.cmd coreclr -- build/tests only the coreclr version compiler (not the Visual F# IDE Tools)
36-
build.cmd compiler -- build/tests only the compiler (not the Visual F# IDE Tools)
36+
build.cmd net40 -- build/tests for .NET Framework version of the compiler (not the Visual F# IDE Tools or .NET Core)
37+
build.cmd coreclr -- build/tests only the coreclr version compiler (not the Visual F# IDE Tools or .NET Framework)
3738
build.cmd vs -- build/tests the Visual F# IDE Tools
3839
build.cmd pcls -- build/tests the PCL FSharp.Core libraries
3940

@@ -44,7 +45,7 @@ There are various qualifiers:
4445

4546
build.cmd test-smoke -- build, run smoke tests
4647
build.cmd test-coreunit -- build, run FSharp.Core tests
47-
build.cmd test-coreclr -- build, run CoreCLR tests
48+
build.cmd test-coreclr -- build, run .NET Core tests
4849
build.cmd test-pcls -- build, run PCL tests
4950
build.cmd test-fsharp -- build, run tests\fsharp suite
5051
build.cmd test-fsharpqa -- build, run tests\fsharpqa suite

0 commit comments

Comments
 (0)