Skip to content

Commit

Permalink
Use public sign for Non-Windows architectures.
Browse files Browse the repository at this point in the history
Reason explained in this issue: dotnet/cli#6911
  • Loading branch information
6bee committed Oct 22, 2018
1 parent ff4fe80 commit f2491f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>..\..\key.snk</AssemblyOriginatorKeyFile>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
</PropertyGroup>
<PropertyGroup>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)StyleNoDoc.ruleset</CodeAnalysisRuleSet>
Expand Down

0 comments on commit f2491f3

Please sign in to comment.