Skip to content

Commit 45de0cf

Browse files
committed
Fix default test script case
1 parent e02c16d commit 45de0cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test.cmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ call :clean ^
2121
&& call :test net471 Debug ^
2222
&& call :test net471 Release ^
2323
&& call :report-cover ^
24-
&& call :test-aot
24+
&& call :test-aot net8.0 ^
25+
&& call :test-aot net9.0
2526
exit /b %ERRORLEVEL%
2627

2728
:clean

0 commit comments

Comments
 (0)