chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

(#103) Adds an option to produce MSIs after the Chocolatey Package #104

Closed JPRuskin closed 1 year ago

JPRuskin commented 1 year ago

Description Of Changes

Motivation and Context

Testing

  1. Load the ENGTASKS-2800/msiBuild branch of chocolatey/choco
  2. Add these changes to the Chocoatey Cake Recipe in use
  3. Run a tagged build (or disable the added requirement for MSIs to build on a tagged build in the recipe.cake file)
  4. Find an MSI within code_drop/MSIs (should be identical to previously produced Choco CLI MSIs)

Operating Systems Testing

Change Types Made

Change Checklist

Related Issue

Fixes #103

gep13 commented 1 year ago

@JPRuskin thanks for getting this added!