diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-12 13:29:58 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-12 13:29:58 -0700 |
commit | dbe83b25f956ed7884a86876c549e42f3c912acf (patch) | |
tree | c2aa9e9824246542c6800a239f727a9f45813720 /Tools/nuget | |
parent | f82037329c779713994ac5de1c56d3aa25467c18 (diff) | |
download | cpython-dbe83b25f956ed7884a86876c549e42f3c912acf.tar.gz |
Updates zip and nuget builds for Windows.
Diffstat (limited to 'Tools/nuget')
-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 542bf0742d..c3cd43a59b 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> |