Skip to content

Commit dd78e46

Browse files
authored
Add DependsOnTargets to SignBundle insignia target
While looking through this file I noticed that only the "SignBundle" target was missing a DependsOnTarget clause. All the others had it so seems reasonable for "SignBundle" to also.
1 parent 28b4520 commit dd78e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Windows/WiXCodeSigning.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<Exec Command="$(SignTool) &quot;@(SignBundleEngine)&quot;" />
6464
</Target>
6565

66-
<Target Name="SignBundle">
66+
<Target Name="SignBundle" DependsOnTargets="FindSignTool">
6767
<Exec Command="$(SignTool) &quot;@(SignBundle)&quot;" />
6868
</Target>
6969
</Project>

0 commit comments

Comments
 (0)