diff --git a/Tools/nuget/make_pkg.proj b/Tools/nuget/make_pkg.proj
index 15e6d8f3891..bd3fad8a37f 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)"