summaryrefslogtreecommitdiffstats
path: root/Tools/nuget/pythondaily.nuspec
Commit message (Collapse)AuthorAgeFilesLines
* bpo-41744: Package python.props with correct name in NuGet package (GH-22154)Václav Slavík2020-09-141-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.
* bpo-36174: Update nuget authoring for new license field. (GH-12300)Steve Dower2019-03-121-3/+2
|
* Add props file for nuget packages (#3410)Steve Dower2017-09-071-1/+2
|
* Fix build batch files (#2750)Steve Dower2017-07-261-0/+18
* Enable building MSI, zip and nuget packages when Py_OutDir is set. * Restore the --build option, which got reverted at some point. * Ensure output directory is created. * Enables BuildForDaily and DailyBuildVersion options for nuget package.