Updates release build to collect symbols and binaries, and create nug… · python/cpython@fcf622e · GitHub
Skip to content

Commit fcf622e

Browse files
committed
Updates release build to collect symbols and binaries, and create nuget package.
1 parent 1ecf7d2 commit fcf622e

3 files changed

Lines changed: 25 additions & 9 deletions

File tree

Tools/msi/buildrelease.bat

Lines changed: 23 additions & 7 deletions

Tools/msi/make_zip.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<TargetPath>$(OutputPath)\en-us\$(TargetName)$(TargetExt)</TargetPath>
1717
<CleanCommand>rmdir /q/s "$(IntermediateOutputPath)\zip_$(ArchName)"</CleanCommand>
1818
<Arguments>"$(PythonExe)" "$(MSBuildThisFileDirectory)\make_zip.py"</Arguments>
19-
<Arguments>$(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -a "$(ArchName)"</Arguments>
19+
<Arguments>$(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -b "$(OutDir.TrimEnd('\'))"</Arguments>
2020
<Environment>set DOC_FILENAME=python$(PythonVersion).chm
2121
set VCREDIST_PATH=$(VS140COMNTOOLS)\..\..\VC\redist\$(Platform)\Microsoft.VC140.CRT</Environment>
2222
</PropertyGroup>

Tools/nuget/make_pkg.proj

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)