Skip to content

Commit 8d02022

Browse files
SNOW-1473274 Revert signing parameters (#986)
### Description Revert signing parameters for delay sign. The assembly will be signed directly in our deploy process. ### Checklist - [x] Code compiles correctly - [x] Code is formatted according to [Coding Conventions](../blob/master/CodingConventions.md) - [x] Created tests which fail without the change (if possible) - [x] All tests passing (`dotnet test`) - [x] Extended the README / documentation, if necessary - [x] Provide JIRA issue id (if possible) or GitHub issue id in PR name Co-authored-by: Krzysztof Nozderko <[email protected]>
1 parent 393762a commit 8d02022

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

Snowflake.Data/Snowflake.Data.csproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
<LangVersion>7.3</LangVersion>
1717
</PropertyGroup>
1818

19-
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
20-
<AssemblyOriginatorKeyFile>..\sign\publicKey.snk</AssemblyOriginatorKeyFile>
21-
<DelaySign>true</DelaySign>
22-
<SignAssembly>true</SignAssembly>
23-
</PropertyGroup>
24-
2519
<ItemGroup>
2620
<PackageReference Include="Apache.Arrow" Version="14.0.2" />
2721
<PackageReference Include="AWSSDK.S3" Version="3.7.0.4" />
@@ -65,10 +59,4 @@
6559
<ItemGroup>
6660
<Folder Include="Properties\" />
6761
</ItemGroup>
68-
69-
<ItemGroup Condition="'$(Configuration)' == 'Release'">
70-
<None Include="..\sign\publicKey.snk">
71-
<Link>publicKey.snk</Link>
72-
</None>
73-
</ItemGroup>
7462
</Project>

sign/publicKey.snk

-160 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)