Aleksandr Chebotov
Aleksandr Chebotov
@AenBleidd, Do you have any ideas why cmake picks up `MSVC/14.32.31326` instead of `MSVC/14.33.31629` ?
Could someone try this workaround? ``` - run: | Set-Location "C:\Program Files (x86)\Microsoft Visual Studio\Installer\" $InstallPath = "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" $componentsToRemove= @( "Microsoft.VisualStudio.Component.VC.14.32.17.2.ARM" "Microsoft.VisualStudio.Component.VC.14.32.17.2.ARM.Spectre" "Microsoft.VisualStudio.Component.VC.14.32.17.2.ARM64" "Microsoft.VisualStudio.Component.VC.14.32.17.2.ARM64.Spectre" "Microsoft.VisualStudio.Component.VC.14.32.17.2.x86.x64" "Microsoft.VisualStudio.Component.VC.14.32.17.2.x86.x64.Spectre" "Microsoft.VisualStudio.Component.VC.14.32.17.2.ATL"...
@AenBleidd, Thank you. I hope we can start a new deployment with fix on Monday.
The new Windows Server 2022 image has been deployed.
Hello @ItalyPaleAle. We will take a look at it.
Hello @MiroKaku. I think it's expected because we can't preinstall VSIX extension due to a regression. You could try to install one in runtime using the snippet: ``` $FilePath =...
@ms-gavinkinsey, I will check it.
The new image with WDK.vsix has been deployed.
Hey @jeromelaban. We have been starting a new image rollout and this component is not pre-installed by default - https://github.com/actions/runner-images/pull/6078. I will add it back.
As a temporary workaround, this component can be installed in runtime: ``` - run: | Set-Location "C:\Program Files (x86)\Microsoft Visual Studio\Installer\" $InstallPath = "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" $componentsToAdd = @(...