Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable signing of nuget.org packages and update to supported timestamp ↵ | Steve Dower | 2020-11-03 | 3 | -3/+12 |
| | | | | server (GH-23132) | ||||
* | bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754) | Steve Dower | 2020-08-06 | 3 | -1/+19 |
| | |||||
* | bpo-39789: Update Windows release build machines to VS 2019 (GH-18695) | Steve Dower | 2020-02-29 | 15 | -18/+18 |
| | | | Also fixes some potential Nuget build issues. | ||||
* | Fix ordering issue in Windows release upload script (GH-18465) | Steve Dower | 2020-02-11 | 1 | -5/+5 |
| | | | Automerge-Triggered-By: @zooba | ||||
* | Fix Windows release builds (GH-17550) | Steve Dower | 2019-12-10 | 2 | -1/+8 |
| | |||||
* | Fix unquoted YAML in Windows release build (GH-17479) | Steve Dower | 2019-12-05 | 2 | -2/+2 |
| | |||||
* | bpo-33125: Add support for building and releasing Windows ARM64 packages ↵ | Steve Dower | 2019-11-20 | 13 | -18/+90 |
| | | | | | (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 Dower | 2019-08-12 | 6 | -4/+29 |
| | |||||
* | Fix publishing of Windows release (GH-15006) | Steve Dower | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Enable publish of Windows releases through Azure Pipelines (GH-14720) | Steve Dower | 2019-07-13 | 4 | -10/+184 |
| | |||||
* | Improve release build performance using new artifacts tasks (GH-14175) | Steve Dower | 2019-06-17 | 12 | -126/+97 |
| | |||||
* | Fix Windows release build issues (GH-14091) | Steve Dower | 2019-06-14 | 4 | -6/+14 |
| | | | | | | | * 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 Dower | 2019-06-14 | 21 | -0/+1308 |