diff --git a/build_scripts/windows/Product.wxs b/build_scripts/windows/Product.wxs index b8b7d8d6a8b..64595237107 100644 --- a/build_scripts/windows/Product.wxs +++ b/build_scripts/windows/Product.wxs @@ -61,7 +61,7 @@ - + diff --git a/build_scripts/windows/azure-cli.sln b/build_scripts/windows/azure-cli.sln index 73dd3a6ed7d..a906cce8d12 100644 --- a/build_scripts/windows/azure-cli.sln +++ b/build_scripts/windows/azure-cli.sln @@ -5,14 +5,14 @@ Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "azure-cli", "azure-cli.wixp EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 + Debug|x64 = Debug|x64 + Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9A0DC66D-3186-4EE4-B471-6C0F1DD6E159}.Debug|x86.ActiveCfg = Debug|x86 - {9A0DC66D-3186-4EE4-B471-6C0F1DD6E159}.Debug|x86.Build.0 = Debug|x86 - {9A0DC66D-3186-4EE4-B471-6C0F1DD6E159}.Release|x86.ActiveCfg = Release|x86 - {9A0DC66D-3186-4EE4-B471-6C0F1DD6E159}.Release|x86.Build.0 = Release|x86 + {9A0DC66D-3186-4EE4-B471-6C0F1DD6E159}.Debug|x64.ActiveCfg = Debug|x64 + {9A0DC66D-3186-4EE4-B471-6C0F1DD6E159}.Debug|x64.Build.0 = Debug|x64 + {9A0DC66D-3186-4EE4-B471-6C0F1DD6E159}.Release|x64.ActiveCfg = Release|x64 + {9A0DC66D-3186-4EE4-B471-6C0F1DD6E159}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/build_scripts/windows/azure-cli.wixproj b/build_scripts/windows/azure-cli.wixproj index 2805978b135..27bb8ac3177 100644 --- a/build_scripts/windows/azure-cli.wixproj +++ b/build_scripts/windows/azure-cli.wixproj @@ -12,7 +12,7 @@ Debug - x86 + x64 3.10 9a0dc66d-3186-4ee4-b471-6c0f1dd6e159 2.0 @@ -21,12 +21,12 @@ $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets - + out\$(Configuration)\ out\obj\$(Configuration)\ Debug;AzureCliSource=$(AzureCliSource) - + out\ out\obj\$(Configuration)\ AzureCliSource=$(AzureCliSource) @@ -55,4 +55,4 @@ - \ No newline at end of file + diff --git a/build_scripts/windows/scripts/build.cmd b/build_scripts/windows/scripts/build.cmd index 3944e96b925..c9dc0980a4b 100644 --- a/build_scripts/windows/scripts/build.cmd +++ b/build_scripts/windows/scripts/build.cmd @@ -16,7 +16,7 @@ if "%CLI_VERSION%"=="" ( set PYTHON_VERSION=3.10.10 set WIX_DOWNLOAD_URL="https://azurecliprod.blob.core.windows.net/msi/wix310-binaries-mirror.zip" -set PYTHON_DOWNLOAD_URL="https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-embed-win32.zip" +set PYTHON_DOWNLOAD_URL="https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-embed-amd64.zip" REM https://pip.pypa.io/en/stable/installation/#get-pip-py set GET_PIP_DOWNLOAD_URL="https://bootstrap.pypa.io/get-pip.py"