This repository was archived by the owner on Dec 5, 2024. It is now read-only.
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 @@ -18,7 +18,7 @@ set ConsoleRunner=%NunitDirectory%\nunit-console.exe
1818echo %ConsoleRunner%
1919
2020:: 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%
2323
2424endlocal
You can’t perform that action at this time.
0 commit comments