Skip to content

Commit 3ac9b8c

Browse files
committed
strongname build
1 parent 5e98961 commit 3ac9b8c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CSRedis.Tests/CSRedis.Tests.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
37-
<PropertyGroup>
38-
<SignAssembly>true</SignAssembly>
39-
</PropertyGroup>
40-
<PropertyGroup>
37+
<PropertyGroup Condition=" '$(APPVEYOR)' == '' ">
38+
<DelaySign>true</DelaySign>
4139
<AssemblyOriginatorKeyFile>csredis.public.snk</AssemblyOriginatorKeyFile>
40+
<SignAssembly>true</SignAssembly>
4241
</PropertyGroup>
43-
<PropertyGroup>
44-
<DelaySign>true</DelaySign>
42+
<PropertyGroup Condition=" '$(APPVEYOR)' == 'True' ">
43+
<DelaySign>false</DelaySign>
44+
<AssemblyKeyContainerName>csredis</AssemblyKeyContainerName>
45+
<SignAssembly>true</SignAssembly>
4546
</PropertyGroup>
4647
<ItemGroup>
4748
<Reference Include="System" />

0 commit comments

Comments
 (0)