Skip to content

Commit e5559f3

Browse files
gengjiawenaduh95
authored andcommitted
win: upgrade Visual Studio workload from 2019 to 2022
PR-URL: #60318 Fixes: #59031 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 8a20530 commit e5559f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msvs/install_tools/install_tools.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ cls
6161
-ArgumentList '-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command ^
6262
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ^
6363
iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); ^
64-
choco upgrade -y python visualstudio2019-workload-vctools; ^
64+
choco upgrade -y python visualstudio2022-workload-vctools; ^
6565
Read-Host ''Type ENTER to exit'' ' ^
6666
-Verb RunAs

0 commit comments

Comments
 (0)