[Pkg-cli-apps-commits] [fsharp] 10/60: Forgot to add IDE unit test assemblies to strong name skip list (changeset 1294438)
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Sun Sep 14 08:13:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a commit to branch master
in repository fsharp.
commit 5ec39388cb31164d59462cbdc8b82a8cb66bf80e
Author: latkin <latkin at microsoft.com>
Date: Wed Jul 9 13:54:44 2014 -0700
Forgot to add IDE unit test assemblies to strong name skip list (changeset 1294438)
---
src/update.cmd | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/update.cmd b/src/update.cmd
index 237e1d3..43fd187 100644
--- a/src/update.cmd
+++ b/src/update.cmd
@@ -44,6 +44,8 @@ rem Disable strong-name validation for F# binaries built from open source that a
%SN32% -Vr FSharp.ProjectSystem.FSharp,b03f5f7f11d50a3a
%SN32% -Vr FSharp.ProjectSystem.PropertyPages,b03f5f7f11d50a3a
%SN32% -Vr FSharp.VS.FSI,b03f5f7f11d50a3a
+%SN32% -Vr Unittests,b03f5f7f11d50a3a
+%SN32% -Vr Salsa,b03f5f7f11d50a3a
if /i "%PROCESSOR_ARCHITECTURE%"=="AMD64" (
%SN64% -Vr FSharp.Core,b03f5f7f11d50a3a
@@ -61,6 +63,8 @@ if /i "%PROCESSOR_ARCHITECTURE%"=="AMD64" (
%SN64% -Vr FSharp.ProjectSystem.FSharp,b03f5f7f11d50a3a
%SN64% -Vr FSharp.ProjectSystem.PropertyPages,b03f5f7f11d50a3a
%SN64% -Vr FSharp.VS.FSI,b03f5f7f11d50a3a
+ %SN64% -Vr Unittests,b03f5f7f11d50a3a
+ %SN64% -Vr Salsa,b03f5f7f11d50a3a
)
rem Only GACing FSharp.Core for now
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list