From f1ff2c4b613ba7acc5d80e67d3c175d8443191b1 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Thu, 17 Aug 2017 10:24:18 -0700 Subject: Adds nuget symbols package for daily builds. (#3122) --- Tools/nuget/make_pkg.proj | 7 ++++--- Tools/nuget/pythondaily.symbols.nuspec | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 Tools/nuget/pythondaily.symbols.nuspec diff --git a/Tools/nuget/make_pkg.proj b/Tools/nuget/make_pkg.proj index 3750d8d..f21d21e 100644 --- a/Tools/nuget/make_pkg.proj +++ b/Tools/nuget/make_pkg.proj @@ -30,8 +30,8 @@ "$(IntermediateOutputPath)\python.exe" -B -c "import sys; sys.path.append(r'$(PySourcePath)\Lib'); import ensurepip; ensurepip._main()" "$(IntermediateOutputPath)\python.exe" -B -m pip install -U $(Packages) - "$(Nuget)" pack "$(MSBuildThisFileDirectory)\$(OutputName).nuspec" - $(NugetArguments) -BasePath "$(IntermediateOutputPath)" + "$(Nuget)" pack "$(MSBuildThisFileDirectory)\$(OutputName).nuspec" -BasePath "$(IntermediateOutputPath)" + "$(Nuget)" pack "$(MSBuildThisFileDirectory)\$(OutputName).symbols.nuspec" -BasePath "$(BuildPath.TrimEnd(`\`))" $(NugetArguments) -OutputDirectory "$(OutputPath.Trim(`\`))" $(NugetArguments) -Version "$(NuspecVersion)" $(NugetArguments) -NoPackageAnalysis -NonInteractive @@ -51,7 +51,8 @@ - + + diff --git a/Tools/nuget/pythondaily.symbols.nuspec b/Tools/nuget/pythondaily.symbols.nuspec new file mode 100644 index 0000000..77792b8 --- /dev/null +++ b/Tools/nuget/pythondaily.symbols.nuspec @@ -0,0 +1,24 @@ + + + + pythondaily.symbols + Python (Daily build) + 0.0.0.0 + Python Software Foundation + https://docs.python.org/3/license.html + https://www.python.org/ + false + Contains symbols for the daily build of Python. + https://www.python.org/static/favicon.ico + python + + + + + + + + + + + -- cgit v0.12