vs2022: include NativeDesktop

This commit is contained in:
Simon Gardling 2025-01-22 20:19:05 -05:00
parent f9f5147b2d
commit 86afa5bfb8
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -16,7 +16,7 @@ if %errorlevel% equ 0 (
winget install -e --id Microsoft.VisualStudio.2022.BuildTools --accept-source-agreements --override "--passive --wait"
winget install -e --id Microsoft.VisualStudio.2022.Community --accept-source-agreements --override "--passive --wait"
winget install -e --id Microsoft.VisualStudio.2022.Community --accept-source-agreements --override "--passive --wait --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended"
:: powershell stuff
powershell -executionpolicy remotesigned -File C:\OEM\powershell-stuff.ps1