summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/windows-release/msi-steps.yml
Commit message (Collapse)AuthorAgeFilesLines
* bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)Miss Islington (bot)2020-08-061-0/+6
| | | | | (cherry picked from commit 777b611c8c5676b80898a429f71d28e59bddc49d) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-33125: Add support for building and releasing Windows ARM64 packages ↵Steve Dower2019-11-201-0/+1
| | | | | (GH-16828) Note that the support is not actually enabled yet, and so we won't be publishing these packages. However, for those who want to build it themselves (even by reusing the Azure Pipelines definition), it's now relatively easy to enable.
* bpo-37354: Sign Activate.ps1 for release (GH-15235)Steve Dower2019-08-121-0/+4
|
* Improve release build performance using new artifacts tasks (GH-14175)Steve Dower2019-06-171-39/+17
|
* Fix Windows release build issues (GH-14091)Steve Dower2019-06-141-4/+8
| | | | | | | * Increase timeout for PGO builds in Windows release * Fix test step failures * Disable MinGW step properly * Fix embeddable distro name
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-141-0/+142