Skip to content

Commit 3b1a89c

Browse files
authored
Use TargetPath for signing files (#6485)
1 parent 326e329 commit 3b1a89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/targets/Cpp.Common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<Target Name="GetVcxprojFilesToSign" BeforeTargets="SignFiles">
77
<ItemGroup>
8-
<FilesToSign Include="$(OutDir)$(TargetName)$(TargetExt)" Condition="'$(ConfigurationType)' == 'DynamicLibrary'" Authenticode="Microsoft400" />
8+
<FilesToSign Include="$(TargetPath)" Condition="'$(ConfigurationType)' == 'DynamicLibrary'" Authenticode="Microsoft400" />
99
</ItemGroup>
1010
</Target>
1111

0 commit comments

Comments
 (0)