File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,10 @@ There are various qualifiers:
31
31
build.cmd debug -- build debug instead of release
32
32
33
33
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)
34
35
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 )
37
38
build.cmd vs -- build/tests the Visual F# IDE Tools
38
39
build.cmd pcls -- build/tests the PCL FSharp.Core libraries
39
40
@@ -44,7 +45,7 @@ There are various qualifiers:
44
45
45
46
build.cmd test-smoke -- build, run smoke tests
46
47
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
48
49
build.cmd test-pcls -- build, run PCL tests
49
50
build.cmd test-fsharp -- build, run tests\fsharp suite
50
51
build.cmd test-fsharpqa -- build, run tests\fsharpqa suite
You can’t perform that action at this time.
0 commit comments