Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 2933818

Browse files
committed
rebase into signing
1 parent 886a974 commit 2933818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/WixBuild.Tools.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
$(WIX_ROOT) - The root directory of the wix source files.
5656
================================================================================================
5757
-->
58-
<Target Name="CheckRequiredProperties">
58+
<Target Name="CheckRequiredProperties" DependsOnTargets="DotnetToolRestore">
5959
<!-- These are handy debugging messages only shown when /verbosity:detailed is set. -->
6060
<Message Importance="low" Text="WixRoot = $(WixRoot)" />
6161
<Message Importance="low" Text="WixObjRoot = $(WixObjRoot)" />

0 commit comments

Comments
 (0)