mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
After the nightly build completes, we'll automatically generate a .appinstaller and publich it plus the msixbundle to an Azure Storage account. I had to add step/job customization to the publish step in the full release pipeline template. The .appinstaller hardcodes our XAML dependency, which makes it a bit of a pain. We can revisit this later, and publish our dependencies directly and automatically instead of hardcoding them. I am considering moving the appinstaller generation step to the MSIX bundling job, but this works right now and is not too terrible. Closes #774