Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2f402dc

Browse files
authored
Ensure signing of cross targeting components (#16009)
1 parent 2bfcb5e commit 2f402dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sign.builds

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<ItemGroup>
1515
<WindowsNativeLocation Include="$(BinDir)*.dll" />
1616
<WindowsNativeLocation Include="$(BinDir)*.exe" />
17+
<!-- Ensure cross targeting components are signed properly -->
18+
<WindowsNativeLocation Include="$(BinDir)$(CrossTargetComponentFolder)\*.exe" />
19+
<WindowsNativeLocation Include="$(BinDir)$(CrossTargetComponentFolder)\*.dll" />
1720
</ItemGroup>
1821

1922
<Target Name="GenerateSignForWindowsNative">

0 commit comments

Comments
 (0)