summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/windows-release.yml
Commit message (Collapse)AuthorAgeFilesLines
* bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)Steve Dower2022-03-221-1/+6
|
* Fix some Windows release build script issues (GH-31931)Steve Dower2022-03-161-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 Dower2022-03-161-0/+16
| | | | is not being published (GH-31918)
* bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)Steve Dower2022-01-281-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 Dower2022-01-221-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 Dower2019-07-131-6/+39
|
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-141-0/+96