| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-41744: Package python.props with correct name in NuGet package (GH-22154) | Miss Islington (bot) | 2020-09-14 | 1 | -1/+2 |
| | | | | | | | | | | | | NuGet automatically includes .props file from the build directory in the target using the package, but only if the .props file has the correct name: it must be $(id).props Rename python.props correspondingly in all the nuspec variants. Also keep python.props as it were for backward compatibility. (cherry picked from commit 7c11a9accabe3720940f334eb1226bb7bb9179c7) Co-authored-by: Václav Slavík <vaclav@slavik.io> | ||||
| * | Enable building nuget packages for ARM32 (GH-12669) | Paul Monson | 2019-04-12 | 1 | -0/+19 |
