Skip to content

Commit 4d073de

Browse files
authored
Add empty Pack target to .wixproj (#59174)
1 parent eafaa76 commit 4d073de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Installers/Windows/Wix.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,7 @@
121121
</CreateLightCommandPackageDrop>
122122
</Target>
123123

124+
<!-- wixprojs don't do any packaging but the target is called from Arcade's Build.proj. -->
125+
<Target Name="Pack" />
126+
124127
</Project>

0 commit comments

Comments
 (0)