Skip to content

Commit

Permalink
Wix package is required for restore
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jun 11, 2024
1 parent e4ac5d7 commit d85f943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chocolatey.Cake.Recipe/Content/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ BuildParameters.Tasks.RestoreTask = Task("Restore")
BuildParameters.Tasks.DotNetRestoreTask = Task("DotNetRestore")
.WithCriteria(() => BuildParameters.IsDotNetBuild, "Skipping since running DotNet related tasks hasn't been selected in the recipe.cake file.")
.IsDependentOn("Clean")
.Does(() =>
.Does(() => RequireTool(ToolSettings.WixTool, () =>
{
var msBuildSettings = new DotNetCoreMSBuildSettings()
.WithProperty("Version", BuildParameters.Version.SemVersion)
Expand Down

0 comments on commit d85f943

Please sign in to comment.