5 ms·
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
by mruszczyk 7y 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=20387 https://dev.azure.com/ms/Terminal/_build/results?buildId=203...
- kumarharsh 7y agoAs 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.`
- vitorgrs 7y agoIt'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.