From 4298296fbef2f69a3bac0b852251959896c7a51c Mon Sep 17 00:00:00 2001 From: Don Syme Date: Thu, 10 Nov 2016 22:05:09 +0000 Subject: [PATCH] Update build.cmd --- build.cmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.cmd b/build.cmd index f1de508f0f6..39e7fe99372 100644 --- a/build.cmd +++ b/build.cmd @@ -782,6 +782,9 @@ if '%TEST_CORECLR_COREUNIT_SUITE%' == '1' ( set OUTPUTFILE=!RESULTSDIR!\test-coreclr-coreunit-output.log set ERRORFILE=!RESULTSDIR!\test-coreclr-coreunit-errors.log + REM these copies should not be needed, see https://github.com/fsharp/fsharp/issues/642 + xcopy /S /Q /Y src\fsharp\FSharp.Core.Unittests\bin\!BUILD_CONFIG!\netcoreapp1.0\* "%~dp0tests\testbin\!BUILD_CONFIG!\coreclr\FSharp.Core.Unittests\" + echo "%_dotnetexe%" "%~dp0tests\testbin\!BUILD_CONFIG!\coreclr\FSharp.Core.Unittests\FSharp.Core.Unittests.dll" !WHERE_ARG_NUNIT! "%_dotnetexe%" "%~dp0tests\testbin\!BUILD_CONFIG!\coreclr\FSharp.Core.Unittests\FSharp.Core.Unittests.dll" !WHERE_ARG_NUNIT!