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

Commit5ec3938

Browse files
committed
Forgot to add IDE unit test assemblies to strong name skip list (changeset 1294438)
1 parent64109c5 commit5ec3938

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/update.cmd‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ rem Disable strong-name validation for F# binaries built from open source that a
4444
%SN32% -Vr FSharp.ProjectSystem.FSharp,b03f5f7f11d50a3a
4545
%SN32% -Vr FSharp.ProjectSystem.PropertyPages,b03f5f7f11d50a3a
4646
%SN32% -Vr FSharp.VS.FSI,b03f5f7f11d50a3a
47+
%SN32% -Vr Unittests,b03f5f7f11d50a3a
48+
%SN32% -Vr Salsa,b03f5f7f11d50a3a
4749

4850
if /i"%PROCESSOR_ARCHITECTURE%"=="AMD64" (
4951
%SN64% -Vr FSharp.Core,b03f5f7f11d50a3a
@@ -61,6 +63,8 @@ if /i "%PROCESSOR_ARCHITECTURE%"=="AMD64" (
6163
%SN64% -Vr FSharp.ProjectSystem.FSharp,b03f5f7f11d50a3a
6264
%SN64% -Vr FSharp.ProjectSystem.PropertyPages,b03f5f7f11d50a3a
6365
%SN64% -Vr FSharp.VS.FSI,b03f5f7f11d50a3a
66+
%SN64% -Vr Unittests,b03f5f7f11d50a3a
67+
%SN64% -Vr Salsa,b03f5f7f11d50a3a
6468
)
6569

6670
rem Only GACing FSharp.Core for now

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp