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 parent2761d6b commit46d19b9Copy full SHA for 46d19b9
build.cmd
@@ -37,10 +37,10 @@ echo. build.cmd coreclr (build compiler for .NET Core)
37
echo. build.cmd vs (build Visual Studio IDE Tools)
38
echo. build.cmd all (build everything)
39
echo. build.cmd test (build and test default targets)
40
-echo. build.cmd net40 test (build and testnet40)
41
-echo. build.cmd coreclr test (build and testnet40)
42
-echo. build.cmd vs test (build and testnet40)
43
-echo. build.cmd all test (build and testnet40)
+echo. build.cmd net40 test (build and testcompiler for .NET Framework)
+echo. build.cmd coreclr test (build and testcompiler for .NET Core)
+echo. build.cmd vs test (build and testVisual Studio IDE Tools)
+echo. build.cmd all test (build and testeverything)
44
echo. build.cmd nobuild test include Conformance (run only tests marked with Conformance category)
45
echo. build.cmd nobuild test include Expensive (run only tests marked with Expensive category)
46
echo.