diff --git a/src/core/Akka.MultiNodeTestRunner/Akka.MultiNodeTestRunner.csproj b/src/core/Akka.MultiNodeTestRunner/Akka.MultiNodeTestRunner.csproj index f4aff8d447b..dd8a6c268d4 100644 --- a/src/core/Akka.MultiNodeTestRunner/Akka.MultiNodeTestRunner.csproj +++ b/src/core/Akka.MultiNodeTestRunner/Akka.MultiNodeTestRunner.csproj @@ -94,28 +94,6 @@ - - echo PREBUILDSTEP for $(ProjectName) - -echo Copying files from $(SolutionDir)core\Akka.Remote.Tests.MultiNode\$(OutDir) to $(ProjectDir)bin\$(Configuration)\Akka.Remote - -if not exist "$(ProjectDir)bin\$(Configuration)\Akka.Remote" mkdir "$(ProjectDir)bin\$(Configuration)\Akka.Remote" - -xcopy "$(SolutionDir)core\Akka.Remote.Tests.MultiNode\$(OutDir)*.dll" "$(ProjectDir)bin\$(Configuration)\Akka.Remote" /i /d /y -if errorlevel 1 goto BuildEventFailed - -if errorlevel 1 goto BuildEventFailed - -REM Exit properly because the build will not fail -REM unless the final step exits with an error code - -goto BuildEventOK -:BuildEventFailed -echo PREBUILDSTEP for $(ProjectName) FAILED -exit 1 -:BuildEventOK -echo PREBUILDSTEP for $(ProjectName) COMPLETED OK -