File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <OutputName Condition =" $(Platform) == 'x86'" >$(OutputName)x86</OutputName >
77 <OutputSuffix ></OutputSuffix >
88 <SupportSigning >false</SupportSigning >
9+ <BuildForRelease Condition =" $(BuildForRelease) == ''" >true</BuildForRelease >
910 </PropertyGroup >
1011
1112 <Import Project =" ..\msi\msi.props" />
2425 <PythonArguments >"$(PythonExe)" "$(MSBuildThisFileDirectory)\..\msi\make_zip.py"</PythonArguments >
2526 <PythonArguments >$(PythonArguments) -t "$(IntermediateOutputPath)" -a $(ArchName)</PythonArguments >
2627
27- <PipArguments >"$(IntermediateOutputPath)\python.exe" -B -c "import sys; sys.path.append('$(PySourcePath)\Lib'); import ensurepip; ensurepip._main()"</PipArguments >
28+ <PipArguments >"$(IntermediateOutputPath)\python.exe" -B -c "import sys; sys.path.append(r '$(PySourcePath)\Lib'); import ensurepip; ensurepip._main()"</PipArguments >
2829
2930 <NugetArguments >"$(Nuget)" pack "$(MSBuildThisFileDirectory)\$(OutputName).nuspec"</NugetArguments >
3031 <NugetArguments >$(NugetArguments) -BasePath "$(IntermediateOutputPath)"</NugetArguments >
You can’t perform that action at this time.
0 commit comments