Skip to content

Commit

Permalink
don't sign test assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Nov 5, 2020
1 parent f5acfcf commit c5d859a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<Copyright>Copyright © 2017 Catamorphic, Co.</Copyright>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup>
Expand All @@ -12,11 +11,6 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../LaunchDarkly.EventSource.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\LaunchDarkly.EventSource\LaunchDarkly.EventSource.csproj" />
</ItemGroup>
Expand Down

0 comments on commit c5d859a

Please sign in to comment.