Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix generation of MD5 table at end of Windows release build (GH-32345) | Steve Dower | 2022-04-06 | 1 | -4/+12 |
| | |||||
* | Fix GPG signing in Windows release build (GH-32089) | Steve Dower | 2022-03-23 | 2 | -41/+26 |
| | |||||
* | bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038) | Steve Dower | 2022-03-22 | 4 | -9/+12 |
| | |||||
* | Fix some Windows release build script issues (GH-31931) | Steve Dower | 2022-03-16 | 4 | -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 Dower | 2022-03-16 | 5 | -20/+45 |
| | | | | is not being published (GH-31918) | ||||
* | bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574) | Steve Dower | 2022-02-28 | 4 | -3/+23 |
| | |||||
* | bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885) | Steve Dower | 2022-01-28 | 4 | -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 Dower | 2022-01-22 | 14 | -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 Dower | 2022-01-17 | 2 | -4/+6 |
| | | | Reverts the change in d6c6e6b and applies a better fix. | ||||
* | Skip signing side-loadable MSIX for Windows (GH-30644) | Steve Dower | 2022-01-17 | 1 | -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 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 |