Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038) | Steve Dower | 2022-03-22 | 1 | -1/+6 |
| | |||||
* | Fix some Windows release build script issues (GH-31931) | Steve Dower | 2022-03-16 | 1 | -52/+63 |
| | | | | | | | * 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 | 1 | -0/+16 |
| | | | | is not being published (GH-31918) | ||||
* | bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885) | Steve Dower | 2022-01-28 | 1 | -18/+23 |
| | | | 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 | 1 | -119/+173 |
| | | | | | 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 | ||||
* | Enable publish of Windows releases through Azure Pipelines (GH-14720) | Steve Dower | 2019-07-13 | 1 | -6/+39 |
| | |||||
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 1 | -0/+96 |