We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent64109c5 commit5ec3938Copy full SHA for 5ec3938
src/update.cmd
@@ -44,6 +44,8 @@ rem Disable strong-name validation for F# binaries built from open source that a
44
%SN32% -Vr FSharp.ProjectSystem.FSharp,b03f5f7f11d50a3a
45
%SN32% -Vr FSharp.ProjectSystem.PropertyPages,b03f5f7f11d50a3a
46
%SN32% -Vr FSharp.VS.FSI,b03f5f7f11d50a3a
47
+%SN32% -Vr Unittests,b03f5f7f11d50a3a
48
+%SN32% -Vr Salsa,b03f5f7f11d50a3a
49
50
if /i"%PROCESSOR_ARCHITECTURE%"=="AMD64" (
51
%SN64% -Vr FSharp.Core,b03f5f7f11d50a3a
@@ -61,6 +63,8 @@ if /i "%PROCESSOR_ARCHITECTURE%"=="AMD64" (
61
63
%SN64% -Vr FSharp.ProjectSystem.FSharp,b03f5f7f11d50a3a
62
64
%SN64% -Vr FSharp.ProjectSystem.PropertyPages,b03f5f7f11d50a3a
65
%SN64% -Vr FSharp.VS.FSI,b03f5f7f11d50a3a
66
+%SN64% -Vr Unittests,b03f5f7f11d50a3a
67
+%SN64% -Vr Salsa,b03f5f7f11d50a3a
68
)
69
70
rem Only GACing FSharp.Core for now