You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the Windows image build for Windows 11 Arm64 using image SKU (win11-24h2-ent), the script "Install-Wix.ps1" fails with the following error: The install of DotNet3.5 was NOT successful. azure-arm.image: Error while running 'C:\ProgramData\chocolatey\lib\DotNet3.5\Tools\ChocolateyInstall.ps1'. azure-arm.image: See log for details. azure-arm.image: Failed to install wixtoolset because a previous dependency failed. azure-arm.image: azure-arm.image: Chocolatey installed 0/2 packages. 2 packages failed. azure-arm.image: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). azure-arm.image: azure-arm.image: Failures azure-arm.image: - DotNet3.5 (exited 1) - Error while running 'C:\ProgramData\chocolatey\lib\DotNet3.5\Tools\ChocolateyInstall.ps1'. azure-arm.image: See log for details. azure-arm.image: - wixtoolset - Failed to install wixtoolset because a previous dependency failed. azure-arm.image: Running [#2]: choco install wixtoolset -y --force
It has been successful before, no changes were made and it still fails. Tried it on an older version of Windows 11-Arm64 but still the same result.
Description
While running the Windows image build for Windows 11 Arm64 using image SKU (win11-24h2-ent), the script "Install-Wix.ps1" fails with the following error:
The install of DotNet3.5 was NOT successful. azure-arm.image: Error while running 'C:\ProgramData\chocolatey\lib\DotNet3.5\Tools\ChocolateyInstall.ps1'. azure-arm.image: See log for details. azure-arm.image: Failed to install wixtoolset because a previous dependency failed. azure-arm.image: azure-arm.image: Chocolatey installed 0/2 packages. 2 packages failed. azure-arm.image: See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). azure-arm.image: azure-arm.image: Failures azure-arm.image: - DotNet3.5 (exited 1) - Error while running 'C:\ProgramData\chocolatey\lib\DotNet3.5\Tools\ChocolateyInstall.ps1'. azure-arm.image: See log for details. azure-arm.image: - wixtoolset - Failed to install wixtoolset because a previous dependency failed. azure-arm.image: Running [#2]: choco install wixtoolset -y --force
It has been successful before, no changes were made and it still fails. Tried it on an older version of Windows 11-Arm64 but still the same result.
Platforms affected
Runner images affected
Image version and build link
image_offer = "windows11preview-arm64"
image_publisher = "microsoftwindowsdesktop"
image_sku = "win11-24h2-ent"
Is it regression?
yes
Expected behavior
The Build should succeed. It has been built before.
Actual behavior
The build fails after multiple retries.
Repro steps
Run the latest Windows image build on Windows 11-Arm64 VM in Azure.
The text was updated successfully, but these errors were encountered: