Skip to content

Commit 6d10896

Browse files
authored
Merge pull request swiftlang#166 from amonshiz/amonshiz/add-DependsOnTargett-to-SignBundle
Add DependsOnTargets to SignBundle insignia target
2 parents 28b4520 + dd78e46 commit 6d10896

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)