@@ -11,13 +11,13 @@ exit /b 1
1111
1212:ok
1313
14- msbuild%~dp0 fsharpqa \testenv\src\ILComparer\ILComparer.fsproj /p:Configuration=%1 /t:Build
15- xcopy /Y fsharpqa\testenv\src\ILComparer\bin\%1 \* fsharpqa\testenv\bin
14+ msbuild%~dp0 \fsharpqa \testenv\src\ILComparer\ILComparer.fsproj /p:Configuration=%1 /t:Build
15+ xcopy /Y%~dp0 \ fsharpqa\testenv\src\ILComparer\bin\%1 \*%~dp0 \ fsharpqa\testenv\bin
1616
17- msbuild%~dp0 fsharpqa \testenv\src\HostedCompilerServer\HostedCompilerServer.fsproj /p:Configuration=%1 /t:Build
18- xcopy /Y fsharpqa\testenv\src\HostedCompilerServer\bin\%1 \* fsharpqa\testenv\bin
17+ msbuild%~dp0 \fsharpqa \testenv\src\HostedCompilerServer\HostedCompilerServer.fsproj /p:Configuration=%1 /t:Build
18+ xcopy /Y%~dp0 \ fsharpqa\testenv\src\HostedCompilerServer\bin\%1 \*%~dp0 \ fsharpqa\testenv\bin
1919
20- if exist %~dp0 ..\%1 \net40\bin (
21- xcopy /Y%~dp0 ..\%1 \net40\bin\FSharp.Core.sigdata fsharpqa\testenv\bin
22- xcopy /Y%~dp0 ..\%1 \net40\bin\FSharp.Core.optdata fsharpqa\testenv\bin
20+ if exist %~dp0 \ ..\%1 \net40\bin (
21+ xcopy /Y%~dp0 \ ..\%1 \net40\bin\FSharp.Core.sigdata fsharpqa\testenv\bin
22+ xcopy /Y%~dp0 \ ..\%1 \net40\bin\FSharp.Core.optdata fsharpqa\testenv\bin
2323)