Skip to content

Commit 372b228

Browse files
committed
better output for the tests target framework in the build.bat
1 parent cbda7ad commit 372b228

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

build.bat

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@ echo:## Finished: RESTORE and BUILD
2727
echo:
2828
echo:## Starting: TESTS...
2929
echo:
30-
30+
echo: running on .NET 9.0 (Latest)
31+
echo:
3132
dotnet run --no-build net9.0 %FrameworkParam% -c:Release --project test/FastExpressionCompiler.TestsRunner
33+
34+
echo: running on .NET 8.0 (LTS)
35+
echo:
3236
dotnet run --no-build net8.0 %FrameworkParam% -c:Release --project test/FastExpressionCompiler.TestsRunner
37+
38+
echo: running on .NET 6.0 (LTS)
39+
echo:
3340
dotnet run --no-build net6.0 %FrameworkParam% -c:Release --project test/FastExpressionCompiler.TestsRunner
3441
if %ERRORLEVEL% neq 0 goto :error
3542

0 commit comments

Comments
 (0)