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

Commit8275213

Browse files
committed
Add strong name validation skip for test library FSharp.Compiler.Hosted (changeset 1227695)
1 parent71f2fab commit8275213

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/update.cmd‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ rem Disable strong-name validation for F# binaries built from open source
2929
%SN32% -Vr FSharp.Compiler,f536804aa0eb945b
3030
%SN32% -Vr FSharp.Compiler.Interactive.Settings,f536804aa0eb945b
3131
%SN32% -Vr FSharp.Compiler.Server.Shared,f536804aa0eb945b
32+
%SN32% -Vr FSharp.Compiler.Hosted,b03f5f7f11d50a3a
3233

3334
if /i"%PROCESSOR_ARCHITECTURE%"=="AMD64" (
3435
%SN64% -Vr FSharp.Core,b03f5f7f11d50a3a
3536
%SN64% -Vr FSharp.Build,f536804aa0eb945b
3637
%SN64% -Vr FSharp.Compiler,f536804aa0eb945b
3738
%SN64% -Vr FSharp.Compiler.Interactive.Settings,f536804aa0eb945b
3839
%SN64% -Vr FSharp.Compiler.Server.Shared,f536804aa0eb945b
40+
%SN64% -Vr FSharp.Compiler.Hosted,b03f5f7f11d50a3a
3941
)
4042

4143
rem Only GACing FSharp.Core for now

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp