diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-12-03 19:24:02 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-12-03 19:24:02 (GMT) |
commit | 1058109b3182522eaa4357ef99ad22b587d36c73 (patch) | |
tree | 4bdabaa918a109e4c4cc942008d7cc34f7f08d60 /Tools/nuget/make_pkg.proj | |
parent | b6a6b45458490c6928e4f915d7bc83b4a7b44799 (diff) | |
parent | 190dbd9ba20610bfd19b2f3544ec9d9d3fd92b0b (diff) | |
download | cpython-1058109b3182522eaa4357ef99ad22b587d36c73.zip cpython-1058109b3182522eaa4357ef99ad22b587d36c73.tar.gz cpython-1058109b3182522eaa4357ef99ad22b587d36c73.tar.bz2 |
Issue #28846: Various installer fixes
Diffstat (limited to 'Tools/nuget/make_pkg.proj')
-rw-r--r-- | Tools/nuget/make_pkg.proj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/nuget/make_pkg.proj b/Tools/nuget/make_pkg.proj index c3cd43a..d7e932c 100644 --- a/Tools/nuget/make_pkg.proj +++ b/Tools/nuget/make_pkg.proj @@ -18,7 +18,6 @@ <SignOutput>false</SignOutput> <TargetName>$(OutputName).$(NuspecVersion)</TargetName> <TargetExt>.nupkg</TargetExt> - <TargetPath>$(OutputPath)\$(TargetName)$(TargetExt)</TargetPath> <IntermediateOutputPath>$(IntermediateOutputPath)\nuget_$(ArchName)</IntermediateOutputPath> <CleanCommand>rmdir /q/s "$(IntermediateOutputPath)"</CleanCommand> |