Skip to content

Commit 9e1acb1

Browse files
ViktorHofercaptainsafia
authored andcommitted
Add empty Pack target to .wixproj (#59174)
1 parent 8550d31 commit 9e1acb1

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)