summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/windows-release
Commit message (Collapse)AuthorAgeFilesLines
* Enable signing of nuget.org packages and update to supported timestamp ↵Steve Dower2020-11-033-3/+12
| | | | server (GH-23132)
* bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)Steve Dower2020-08-063-1/+19
|
* bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)Steve Dower2020-02-2915-18/+18
| | | Also fixes some potential Nuget build issues.
* Fix ordering issue in Windows release upload script (GH-18465)Steve Dower2020-02-111-5/+5
| | | Automerge-Triggered-By: @zooba
* Fix Windows release builds (GH-17550)Steve Dower2019-12-102-1/+8
|
* Fix unquoted YAML in Windows release build (GH-17479)Steve Dower2019-12-052-2/+2
|
* bpo-33125: Add support for building and releasing Windows ARM64 packages ↵Steve Dower2019-11-2013-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 Dower2019-08-126-4/+29
|
* Fix publishing of Windows release (GH-15006)Steve Dower2019-07-291-1/+1
|
* Enable publish of Windows releases through Azure Pipelines (GH-14720)Steve Dower2019-07-134-10/+184
|
* Improve release build performance using new artifacts tasks (GH-14175)Steve Dower2019-06-1712-126/+97
|
* Fix Windows release build issues (GH-14091)Steve Dower2019-06-144-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 Dower2019-06-1421-0/+1308