microsoft / winget-create

The Windows Package Manager Manifest Creator command-line tool (aka wingetcreate)
MIT License
489 stars 84 forks source link

Fix wingetcreate update step in release pipeline to handle multiple installer urls #393

Closed ryfu-msft closed 1 year ago

ryfu-msft commented 1 year ago

Currently, the release pipeline will fail because the number of installer urls (1 installer (msix)) does not match the number of installer urls currently specified in the winget pkgs repository (3 installers (msix, portable x64, portable x86)).

This change includes those installers using the override argument so that the update will succeed and submit to the repo.

Microsoft Reviewers: codeflow:open?pullrequest=https://github.com/microsoft/winget-create/pull/393&drop=dogfoodAlpha