Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 8550743

Browse files
committed
Include assembly key in repository
This key is for identity not security.
1 parent c3062b5 commit 8550743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Key.snk

596 Bytes
Binary file not shown.

src/common/signing.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<PropertyGroup Condition="'$(BuildType)' == 'Internal'">
8-
<AssemblyOriginatorKeyFile>..\..\script\key.snk</AssemblyOriginatorKeyFile>
8+
<AssemblyOriginatorKeyFile>..\..\key.snk</AssemblyOriginatorKeyFile>
99
<SignAssembly>true</SignAssembly>
1010
<DelaySign>false</DelaySign>
1111
</PropertyGroup>
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<None Include="..\..\script\key.snk" Condition="'$(BuildType)' == 'Internal'">
20+
<None Include="..\..\key.snk" Condition="'$(BuildType)' == 'Internal'">
2121
<Link>key.snk</Link>
2222
</None>
2323

0 commit comments

Comments
 (0)