summaryrefslogtreecommitdiffstats
path: root/Tools/nuget
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-12 20:29:58 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-12 20:29:58 (GMT)
commit41fca9d166f42762407b534354d864a1aac8d95a (patch)
tree2452b0269c8826b446bb1b852c67c5b8805c7935 /Tools/nuget
parent476bd5ea97df153cb8faf34f600f2235051ccd8b (diff)
downloadcpython-41fca9d166f42762407b534354d864a1aac8d95a.zip
cpython-41fca9d166f42762407b534354d864a1aac8d95a.tar.gz
cpython-41fca9d166f42762407b534354d864a1aac8d95a.tar.bz2
Updates zip and nuget builds for Windows.
Diffstat (limited to 'Tools/nuget')
-rw-r--r--Tools/nuget/make_pkg.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/nuget/make_pkg.proj b/Tools/nuget/make_pkg.proj
index 542bf07..c3cd43a 100644
--- a/Tools/nuget/make_pkg.proj
+++ b/Tools/nuget/make_pkg.proj
@@ -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>