Skip to content

Commit

Permalink
(maint) Update recipe to not build MSI
Browse files Browse the repository at this point in the history
The default build on TeamCity will build an MSI. This branch does not
have an MSI project. This sets the task that would build the MSI to not
be run at all on this branch. # Please enter the commit message for your
changes. Lines starting
  • Loading branch information
corbob committed Dec 3, 2024
1 parent cf6fee1 commit e1a8eb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ Task("Prepare-NuGet-Packages")
CopyFile(BuildParameters.Paths.Directories.PublishedLibraries + "/chocolatey/chocolatey.xml", BuildParameters.Paths.Directories.NuGetNuspecDirectory + "/lib/chocolatey.xml");
});

BuildParameters.Tasks.BuildMsiTask
.WithCriteria(false, "Skipping MSI because this version does not have an MSI");

///////////////////////////////////////////////////////////////////////////////
// RECIPE SCRIPT
///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit e1a8eb6

Please sign in to comment.