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

Commit366eb76

Browse files
committed
Fix accidental incorrect quoting in test script (changeset 1235391)
1 parent252728d commit366eb76

File tree

1 file changed

+1
-1
lines changed
  • tests/fsharp/typeProviders/helloWorldCSharp

1 file changed

+1
-1
lines changed

‎tests/fsharp/typeProviders/helloWorldCSharp/build.bat‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if errorlevel 1 goto :Error
1818
ifEXIST provider.dlldel provider.dll
1919
ifERRORLEVEL1goto :Error
2020

21-
"%CSC%" /out:provider.dll /target:library /r:"%FSCOREDLLPATH%" /r:magic.dll provider.cs
21+
%CSC% /out:provider.dll /target:library"/r:%FSCOREDLLPATH%" /r:magic.dll provider.cs
2222
ifERRORLEVEL1goto :Error
2323

2424
"%GACUTIL%" /if magic.dll

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp