We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbda7ad commit 372b228Copy full SHA for 372b228
build.bat
@@ -27,9 +27,16 @@ echo:## Finished: RESTORE and BUILD
27
echo:
28
echo:## Starting: TESTS...
29
30
-
+echo: running on .NET 9.0 (Latest)
31
+echo:
32
dotnet run --no-build net9.0 %FrameworkParam% -c:Release --project test/FastExpressionCompiler.TestsRunner
33
+
34
+echo: running on .NET 8.0 (LTS)
35
36
dotnet run --no-build net8.0 %FrameworkParam% -c:Release --project test/FastExpressionCompiler.TestsRunner
37
38
+echo: running on .NET 6.0 (LTS)
39
40
dotnet run --no-build net6.0 %FrameworkParam% -c:Release --project test/FastExpressionCompiler.TestsRunner
41
if %ERRORLEVEL% neq 0 goto :error
42
0 commit comments