diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-10-27 19:08:45 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-10-27 19:08:45 (GMT) |
commit | fcf622e30e780785900f808fce99fd9f9e2491fd (patch) | |
tree | f439bb44d0d2cc025ff12695389955eee30ec42b /Tools/nuget/make_pkg.proj | |
parent | 1ecf7d204dd3abb143f53851c31fefd4ef887314 (diff) | |
download | cpython-fcf622e30e780785900f808fce99fd9f9e2491fd.zip cpython-fcf622e30e780785900f808fce99fd9f9e2491fd.tar.gz cpython-fcf622e30e780785900f808fce99fd9f9e2491fd.tar.bz2 |
Updates release build to collect symbols and binaries, and create nuget package.
Diffstat (limited to 'Tools/nuget/make_pkg.proj')
-rw-r--r-- | Tools/nuget/make_pkg.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/nuget/make_pkg.proj b/Tools/nuget/make_pkg.proj index 542bf07..96f54dc 100644 --- a/Tools/nuget/make_pkg.proj +++ b/Tools/nuget/make_pkg.proj @@ -23,7 +23,7 @@ <CleanCommand>rmdir /q/s "$(IntermediateOutputPath)"</CleanCommand> <PythonArguments>"$(PythonExe)" "$(MSBuildThisFileDirectory)\..\msi\make_zip.py"</PythonArguments> - <PythonArguments>$(PythonArguments) -t "$(IntermediateOutputPath)" -a $(ArchName)</PythonArguments> + <PythonArguments>$(PythonArguments) -t "$(IntermediateOutputPath)" -b "$(OutDir.TrimEnd('\'))\.."</PythonArguments> <PipArguments>"$(IntermediateOutputPath)\python.exe" -B -c "import sys; sys.path.append(r'$(PySourcePath)\Lib'); import ensurepip; ensurepip._main()"</PipArguments> <PackageArguments Condition="$(Packages) != ''">"$(IntermediateOutputPath)\python.exe" -B -m pip install -U $(Packages)</PackageArguments> |