Skip to content

Commit

Permalink
Fix path 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 07c2158 commit bf8c4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.Xaml.Behaviors.Signing.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
<FilesToSign Include="$(OutputPath)Design\$(AssemblyName).dll">
<FilesToSign Include="$(OutputPath)Design\*.dll">
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
Expand Down

0 comments on commit bf8c4f0

Please sign in to comment.