This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set ConsoleRunner=%NunitDirectory%\nunit-console.exe
18
18
echo %ConsoleRunner%
19
19
20
20
:: run tests
21
- echo Running " build\IntegrationTests\IntegrationTests.dll" " build\IntegrationTests\TestUtils.dll" " build\TaskSystemIntegrationTests\TaskSystemIntegrationTests.dll" " build\UnitTests\TestUtils.dll" " build\UnitTests\UnitTests.dll" " src\tests\TestUtils\bin\Release \TestUtils.dll" /config= %Config% /exclude=%Exclude%
22
- call %ConsoleRunner% " build\IntegrationTests\IntegrationTests.dll" " build\IntegrationTests\TestUtils.dll" " build\TaskSystemIntegrationTests\TaskSystemIntegrationTests.dll" " build\UnitTests\TestUtils.dll" " build\UnitTests\UnitTests.dll" " src\tests\TestUtils\bin\Release \TestUtils.dll" /config= %Config% /exclude=%Exclude%
21
+ echo Running " build\IntegrationTests\IntegrationTests.dll" " build\IntegrationTests\TestUtils.dll" " build\TaskSystemIntegrationTests\TaskSystemIntegrationTests.dll" " build\UnitTests\TestUtils.dll" " build\UnitTests\UnitTests.dll" " src\tests\TestUtils\bin\%Config% \TestUtils.dll" /exclude=%Exclude%
22
+ call %ConsoleRunner% " build\IntegrationTests\IntegrationTests.dll" " build\IntegrationTests\TestUtils.dll" " build\TaskSystemIntegrationTests\TaskSystemIntegrationTests.dll" " build\UnitTests\TestUtils.dll" " build\UnitTests\UnitTests.dll" " src\tests\TestUtils\bin\%Config% \TestUtils.dll" /exclude=%Exclude%
23
23
24
24
endlocal
You can’t perform that action at this time.
0 commit comments