Skip to content

Commit

Permalink
Add sign (SkyAPM#186)
Browse files Browse the repository at this point in the history
* Add general host

* Add sign
  • Loading branch information
pengweiqhca authored and liuhaoyang committed Apr 8, 2019
1 parent 117c9df commit e6ca59f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added build/SkyAPM.snk
Binary file not shown.
1 change: 1 addition & 0 deletions build/common.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project>
<Import Project="sign.props" />
<Import Project="version.props" />
<PropertyGroup>
<Authors>SkyAPM Team</Authors>
Expand Down
7 changes: 7 additions & 0 deletions build/sign.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)SkyAPM.snk</AssemblyOriginatorKeyFile>
<DelaySign>False</DelaySign>
</PropertyGroup>
</Project>

0 comments on commit e6ca59f

Please sign in to comment.