Skip to content

Commit

Permalink
Add sign key
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Oct 6, 2021
1 parent 9a25329 commit f1b3780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builds/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<Owners>Microsoft,Azure-SDK</Owners>
<Authors>Microsoft</Authors>
<Company>Microsoft</Company>

<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>..\..\key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

</Project>
Binary file added key.snk
Binary file not shown.

0 comments on commit f1b3780

Please sign in to comment.