This repository contains the scripts required to update the Pulumi package on Windows Package Manager.
Written with F# as a dotnet console application which runs in CI.
dotnet run --project ./src -- generate msi
This generates a MSI file (windows installer) and a winget manifest file
NOTE: To actually get an MSI, you need candle.exe/light.exe from WiX tools in your path. These are available in the CI