We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326e329 commit 3b1a89cCopy full SHA for 3b1a89c
eng/targets/Cpp.Common.targets
@@ -5,7 +5,7 @@
5
6
<Target Name="GetVcxprojFilesToSign" BeforeTargets="SignFiles">
7
<ItemGroup>
8
- <FilesToSign Include="$(OutDir)$(TargetName)$(TargetExt)" Condition="'$(ConfigurationType)' == 'DynamicLibrary'" Authenticode="Microsoft400" />
+ <FilesToSign Include="$(TargetPath)" Condition="'$(ConfigurationType)' == 'DynamicLibrary'" Authenticode="Microsoft400" />
9
</ItemGroup>
10
</Target>
11
0 commit comments