@@ -156,6 +156,7 @@
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
+ <DefineConstants Condition="$(SignAssembly) == 'true'">$(DefineConstants);SIGNED</DefineConstants>
<UpdateAssemblyInfo>false</UpdateAssemblyInfo>
@@ -4,7 +4,7 @@ using System.Reactive;
namespace ReactiveTests.Tests
{
-#if !SIGNED
+#if SIGNED
public class ImmutableListTest