mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Updates zip and nuget builds for Windows.
This commit is contained in:
parent
476bd5ea97
commit
41fca9d166
2 changed files with 20 additions and 21 deletions
|
@ -14,6 +14,7 @@
|
|||
<PropertyGroup>
|
||||
<Nuget Condition="$(Nuget) == ''">$(ExternalsDir)\windows-installer\nuget\nuget.exe</Nuget>
|
||||
<NuspecVersion>$(MajorVersionNumber).$(MinorVersionNumber).$(MicroVersionNumber)</NuspecVersion>
|
||||
<NuspecVersion Condition="$(ReleaseLevelName) != ''">$(NuspecVersion)-$(ReleaseLevelName)</NuspecVersion>
|
||||
<SignOutput>false</SignOutput>
|
||||
<TargetName>$(OutputName).$(NuspecVersion)</TargetName>
|
||||
<TargetExt>.nupkg</TargetExt>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue