From e7614dd07d533ec4f22007d65649175b9dee8be4 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sat, 25 Jun 2016 16:13:30 -0700 Subject: Simplifies nuget build with better parameters. --- Tools/nuget/make_pkg.proj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/nuget/make_pkg.proj b/Tools/nuget/make_pkg.proj index 15e6d8f..bd3fad8 100644 --- a/Tools/nuget/make_pkg.proj +++ b/Tools/nuget/make_pkg.proj @@ -6,6 +6,7 @@ $(OutputName)x86 false + true @@ -24,7 +25,7 @@ "$(PythonExe)" "$(MSBuildThisFileDirectory)\..\msi\make_zip.py" $(PythonArguments) -t "$(IntermediateOutputPath)" -a $(ArchName) - "$(IntermediateOutputPath)\python.exe" -B -c "import sys; sys.path.append('$(PySourcePath)\Lib'); import ensurepip; ensurepip._main()" + "$(IntermediateOutputPath)\python.exe" -B -c "import sys; sys.path.append(r'$(PySourcePath)\Lib'); import ensurepip; ensurepip._main()" "$(Nuget)" pack "$(MSBuildThisFileDirectory)\$(OutputName).nuspec" $(NugetArguments) -BasePath "$(IntermediateOutputPath)" -- cgit v0.12