summaryrefslogtreecommitdiffstats
path: root/PC/layout/support/nuspec.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)Miss Islington (bot)2020-02-291-5/+5
| | | | | | Also fixes some potential Nuget build issues. (cherry picked from commit 03153dd1459fab94f294a118ed1525e34d58601a) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657)Miss Islington (bot)2020-02-251-0/+6
| | | | | (cherry picked from commit d6448919702142123d937a54f20a81aeaf8d2acc) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-33125: Add support for building and releasing Windows ARM64 packages ↵Steve Dower2019-12-061-17/+23
| | | | | (GH-17480) 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.
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-141-0/+66
Includes backported fixes from GH-14091