Skip to content

Commit

Permalink
SNOW-1473274 Revert signing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Jun 14, 2024
1 parent 1465bda commit 94ee3b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Snowflake.Data/Snowflake.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
<LangVersion>7.3</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<AssemblyOriginatorKeyFile>..\sign\publicKey.snk</AssemblyOriginatorKeyFile>
<DelaySign>true</DelaySign>
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Apache.Arrow" Version="14.0.2" />
<PackageReference Include="AWSSDK.S3" Version="3.7.0.4" />
Expand Down Expand Up @@ -74,10 +68,4 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<None Include="..\sign\publicKey.snk">
<Link>publicKey.snk</Link>
</None>
</ItemGroup>
</Project>
Binary file removed sign/publicKey.snk
Binary file not shown.

0 comments on commit 94ee3b0

Please sign in to comment.