Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5559f3

Browse filesBrowse files
gengjiawenaduh95
authored andcommitted
win: upgrade Visual Studio workload from 2019 to 2022
PR-URL: #60318 Fixes: #59031 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 8a20530 commit e5559f3
Copy full SHA for e5559f3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎tools/msvs/install_tools/install_tools.bat‎

Copy file name to clipboardExpand all lines: tools/msvs/install_tools/install_tools.bat
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.