File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments