File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ set BUILD_TOOL_PATH=%~dp0Tools\BuildTool\bin\BuildTool.dll
6
6
set BUILDTOOL = dotnet %BUILD_TOOL_PATH%
7
7
set AVAILABLE_CONFIGURATIONS = %~dp0 available-test-configurations
8
8
set CURRENT_CONFIGURATION = %~dp0 current-test-configuration
9
- set NUNIT = " %~dp0 Tools\NUnit.ConsoleRunner.3.7 .0\tools\nunit3-console.exe"
9
+ set NUNIT = " %~dp0 Tools\NUnit.ConsoleRunner.3.10 .0\tools\nunit3-console.exe"
10
10
11
11
if not exist %BUILD_TOOL_PATH% (
12
12
dotnet build %~dp0 Tools\BuildTool\BuildTool.sln -c Release -o bin
@@ -182,7 +182,7 @@ SET NUNITPLATFORM=
182
182
goto test-run
183
183
184
184
:test-run
185
- start " nunit3-console" cmd /K %NUNIT% %NUNITPLATFORM% --agents=1 --process=separate NHibernate.nunit
185
+ start " nunit3-console" cmd /K %NUNIT% %NUNITPLATFORM% --agents=1 NHibernate.nunit
186
186
goto main-menu
187
187
188
188
rem :build-test
You can’t perform that action at this time.
0 commit comments