summaryrefslogtreecommitdiffstats
path: root/Tools/nuget
Commit message (Collapse)AuthorAgeFilesLines
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-1/+1
|
* bpo-31392: Update SSL build for 1.1.0 (#3448)Steve Dower2017-09-091-2/+2
|
* Add props file for nuget packages (#3410)Steve Dower2017-09-075-3/+76
|
* Adds nuget symbols package for daily builds. (#3122)Steve Dower2017-08-172-3/+28
|
* Fix build batch files (#2750)Steve Dower2017-07-263-3/+26
| | | | | | | | | | * 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.
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on ↵Steve Dower2017-06-191-3/+4
| | | | | | vcvarsall.bat (#2252) * Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat Also fixes bdist_wininst.vcxproj to use correct version in generated name.
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-101-55/+55
| | | Updates checked-in line endings on several files.
* Takes vcruntime140.dll from the correct source. (#679)Steve Dower2017-03-161-5/+3
|
* Issue #28846: Various installer fixesSteve Dower2016-12-031-1/+0
|\
| * Issue #28846: Various installer fixesSteve Dower2016-12-031-2/+1
| |
| * Fixes incorrect path in nuget package build.Steve Dower2016-11-171-1/+2
| |
| * Updates release build to collect symbols and binaries, and create nuget package.Steve Dower2016-10-271-1/+1
| |
* | Updates zip and nuget builds for Windows.Steve Dower2016-09-121-0/+1
|/
* Adds batch file to build nuget packages.Steve Dower2016-06-271-0/+55
|
* Include libs folder in nuget package and allow preinstalling packagesSteve Dower2016-06-271-2/+4
|
* Simplifies nuget build with better parameters.Steve Dower2016-06-251-1/+2
|
* Preinstalls pip into the nuget package so that pip.exe is available after ↵Steve Dower2016-06-241-1/+4
| | | | installation.
* Adds scripts for producing Nuget packages.Steve Dower2016-06-243-0/+87