Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitafd214f

Browse files
committed
Further tweaks to test scripts (changeset 1235417)
1 parent98350cd commitafd214f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎tests/BuildTestTools.cmd‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ exit /b 1
1111

1212
:ok
1313

14-
msbuild%~dp0fsharpqa\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%~dp0fsharpqa\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-
ifexist%~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+
ifexist%~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
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp