Skip to content

Commit

Permalink
(build) Add installation of WiX as a tool
Browse files Browse the repository at this point in the history
While this is not strictly needed, as the MSI for Chocolatey CLI is not
always built, the inclusion of the *.wixproj in the Visual Studio *.sln
file means that some parts of the build (like the restore task), does
attempt to do stuff with WiX.  While this doesn't actually stop the
build from happening, as error is shown, and can cause confusion. Always
installing the WiX tool prevents these errors from showing.
  • Loading branch information
gep13 committed Jun 17, 2024
1 parent f85e63a commit f37f01b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#load nuget:?package=Chocolatey.Cake.Recipe&version=0.28.4
#tool nuget:?package=WiX&version=3.11.2

///////////////////////////////////////////////////////////////////////////////
// TOOLS
Expand Down

0 comments on commit f37f01b

Please sign in to comment.