Skip to content

Commit

Permalink
Remove wildcard in signing targets file
Browse files Browse the repository at this point in the history
  • Loading branch information
DVaughan committed Sep 13, 2021
1 parent bf8c4f0 commit c4f2417
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Microsoft.Xaml.Behaviors.Signing.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
<FilesToSign Include="$(OutputPath)Design\*.dll">
<FilesToSign Include="$(OutputPath)Design\$(AssemblyName).Design.dll">
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
<FilesToSign Include="$(OutputPath)Design\$(AssemblyName).DesignTools.dll">
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
Expand Down

0 comments on commit c4f2417

Please sign in to comment.