summaryrefslogtreecommitdiff
path: root/Tools/nuget/pythondaily.nuspec
Commit message (Collapse)AuthorAgeFilesLines
* 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-061-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.