Hacker News new | ask | show | jobs
by mruszczyk 2555 days ago
You can grab build artifacts from builds of the master branch off their CI. You need to enable developer mode to allow the loading of an unsigned binary.

https://dev.azure.com/ms/Terminal/_build/results?buildId=203...

1 comments

As far as I know, it's not possible to install these binary artifacts as of now, as they don't have any certificates with the msix package. You'd just get an error `error 0x800B0100: The app package must be digitally signed for signature validation.`
It's easy. unzip the appx, and run Add-AppxPackage -Register AppxManifest.xml.

This way you are registering the app directly instead of installing the appx.