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

Commit98350cd

Browse files
committed
A few more tweaks so that tests work properly in internal test runs (changeset 1235396)
1 parent366eb76 commit98350cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎tests/BuildTestTools.cmd‎

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

1212
:ok
1313

14-
msbuildfsharpqa\testenv\src\ILComparer\ILComparer.fsproj /p:Configuration=%1 /t:Build
14+
msbuild%~dp0fsharpqa\testenv\src\ILComparer\ILComparer.fsproj /p:Configuration=%1 /t:Build
1515
xcopy /Y fsharpqa\testenv\src\ILComparer\bin\%1\* fsharpqa\testenv\bin
1616

17-
msbuildfsharpqa\testenv\src\HostedCompilerServer\HostedCompilerServer.fsproj /p:Configuration=%1 /t:Build
17+
msbuild%~dp0fsharpqa\testenv\src\HostedCompilerServer\HostedCompilerServer.fsproj /p:Configuration=%1 /t:Build
1818
xcopy /Y fsharpqa\testenv\src\HostedCompilerServer\bin\%1\* fsharpqa\testenv\bin
1919

20-
ifexist ..\%1\net40\bin (
21-
xcopy /Y ..\%1\net40\bin\FSharp.Core.sigdata fsharpqa\testenv\bin
22-
xcopy /Y ..\%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
)

‎tests/fsharpqa/testenv/src/FSharp.Compiler.Hosted/FSharp.Compiler.Hosted.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<ReferenceInclude="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
6060
<Private>True</Private>
6161
</Reference>
62-
<ReferenceInclude="FSharp.Compiler.dll, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
62+
<ReferenceInclude="..\..\bin\FSharp.Compiler.dll">
6363
<Private>True</Private>
6464
</Reference>
6565
</ItemGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp