Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
new cert (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra committed Jul 26, 2019
1 parent 862b4bd commit a14386c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<ItemGroup>
<!-- Automatically sign binary generated by the project that imports Signing.props and all ps1 files -->
<FilesToSign Include="$(TargetPath)" >
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>MsSharedLib72</StrongName>
</FilesToSign>
<FilesToSign Include="$(OutputPath)*.ps1">
<Authenticode>MicrosoftSHA1</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>10006</StrongName>
</FilesToSign>
</ItemGroup>
Expand Down

0 comments on commit a14386c

Please sign in to comment.