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
66set BUILDTOOL = dotnet %BUILD_TOOL_PATH%
77set AVAILABLE_CONFIGURATIONS = %~dp0 available-test-configurations
88set 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"
1010
1111if not exist %BUILD_TOOL_PATH% (
1212 dotnet build %~dp0 Tools\BuildTool\BuildTool.sln -c Release -o bin
@@ -182,7 +182,7 @@ SET NUNITPLATFORM=
182182goto test-run
183183
184184: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
186186goto main-menu
187187
188188rem :build-test
You can’t perform that action at this time.
0 commit comments