summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/windows-release
Commit message (Collapse)AuthorAgeFilesLines
* Fix generation of MD5 table at end of Windows release build (GH-32345)Steve Dower2022-04-061-4/+12
|
* Fix GPG signing in Windows release build (GH-32089)Steve Dower2022-03-232-41/+26
|
* bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)Steve Dower2022-03-224-9/+12
|
* Fix some Windows release build script issues (GH-31931)Steve Dower2022-03-164-7/+22
| | | | | | | * Fix the condition used when excluding ARM64 packages from publish * Do not publish anything unless the traditional installer works * Fix disabling of MSI build * Add override conditions for publish steps * Allow overriding the Nuget version number during build
* In Windows release builds, do not attempt to copy Tcl/Tk for ARM64 when it ↵Steve Dower2022-03-165-20/+45
| | | | is not being published (GH-31918)
* bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574)Steve Dower2022-02-284-3/+23
|
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-284-12/+51
| | | Also makes a few general improvements to the build process and removes some dead code.
* Improve the Windows release build scripts (GH-30771)Steve Dower2022-01-2214-108/+118
| | | | | Update to windows-2022 image Promote queue variables to parameters for better UI Structure build steps using parameters instead of conditions for simpler status display
* Restore MSIX signing and ensure expired certificates are not selected (GH-30649)Steve Dower2022-01-172-4/+6
| | | Reverts the change in d6c6e6b and applies a better fix.
* Skip signing side-loadable MSIX for Windows (GH-30644)Steve Dower2022-01-171-1/+3
| | | | We currently do not release these files, and so there's nothing lost by signing them. Our code signing certificate is somehow incompatible with signing MSIX files. We may be able to re-enable this when we next renew, or if Microsoft updates their signing tool to work with our certificate.
* 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