diff options
author | Ned Deily <nad@python.org> | 2016-09-12 20:57:18 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-09-12 20:57:18 (GMT) |
commit | 3c70a992be9db7c69a055e523053426d3c655b39 (patch) | |
tree | 93ecf7c3a9f6fac38abd0ce00352496212c8040a /Tools/nuget/make_pkg.proj | |
parent | 4a94bbe5179c3966ddb1ae2876e582314e4ddbba (diff) | |
parent | 41fca9d166f42762407b534354d864a1aac8d95a (diff) | |
download | cpython-3c70a992be9db7c69a055e523053426d3c655b39.zip cpython-3c70a992be9db7c69a055e523053426d3c655b39.tar.gz cpython-3c70a992be9db7c69a055e523053426d3c655b39.tar.bz2 |
Post 3.6.0b1 merge
Diffstat (limited to 'Tools/nuget/make_pkg.proj')
-rw-r--r-- | Tools/nuget/make_pkg.proj | 1 |
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> |