Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41744: Package python.props with correct name in NuGet package (GH-22154) | Václav Slavík | 2020-09-14 | 4 | -4/+7 |
| | | | | | | | | 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-39789: Update Windows release build machines to VS 2019 (GH-18695) | Steve Dower | 2020-02-29 | 1 | -1/+1 |
| | | | Also fixes some potential Nuget build issues. | ||||
* | Enable building nuget packages for ARM32 (GH-12669) | Paul Monson | 2019-04-12 | 3 | -3/+36 |
| | |||||
* | bpo-36010: Add venv to the nuget distribution (GH-12367) | Paul Moore | 2019-03-30 | 1 | -1/+1 |
| | |||||
* | bpo-36174: Update nuget authoring for new license field. (GH-12300) | Steve Dower | 2019-03-12 | 4 | -9/+4 |
| | |||||
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-11 | 2 | -81/+13 |
| | | | Also adds the PC/layout script for generating layouts on Windows. | ||||
* | Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) | Victor Stinner | 2018-12-07 | 2 | -13/+81 |
| | | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad. | ||||
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-07 | 2 | -81/+13 |
| | |||||
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | bpo-31392: Update SSL build for 1.1.0 (#3448) | Steve Dower | 2017-09-09 | 1 | -2/+2 |
| | |||||
* | Add props file for nuget packages (#3410) | Steve Dower | 2017-09-07 | 5 | -3/+76 |
| | |||||
* | Adds nuget symbols package for daily builds. (#3122) | Steve Dower | 2017-08-17 | 2 | -3/+28 |
| | |||||
* | Fix build batch files (#2750) | Steve Dower | 2017-07-26 | 3 | -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 Dower | 2017-06-19 | 1 | -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 Ware | 2017-06-10 | 1 | -55/+55 |
| | | | Updates checked-in line endings on several files. | ||||
* | Takes vcruntime140.dll from the correct source. (#679) | Steve Dower | 2017-03-16 | 1 | -5/+3 |
| | |||||
* | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 1 | -1/+0 |
|\ | |||||
| * | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 1 | -2/+1 |
| | | |||||
| * | Fixes incorrect path in nuget package build. | Steve Dower | 2016-11-17 | 1 | -1/+2 |
| | | |||||
| * | Updates release build to collect symbols and binaries, and create nuget package. | Steve Dower | 2016-10-27 | 1 | -1/+1 |
| | | |||||
* | | Updates zip and nuget builds for Windows. | Steve Dower | 2016-09-12 | 1 | -0/+1 |
|/ | |||||
* | Adds batch file to build nuget packages. | Steve Dower | 2016-06-27 | 1 | -0/+55 |
| | |||||
* | Include libs folder in nuget package and allow preinstalling packages | Steve Dower | 2016-06-27 | 1 | -2/+4 |
| | |||||
* | Simplifies nuget build with better parameters. | Steve Dower | 2016-06-25 | 1 | -1/+2 |
| | |||||
* | Preinstalls pip into the nuget package so that pip.exe is available after ↵ | Steve Dower | 2016-06-24 | 1 | -1/+4 |
| | | | | installation. | ||||
* | Adds scripts for producing Nuget packages. | Steve Dower | 2016-06-24 | 3 | -0/+87 |