We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a20530 commit e5559f3Copy full SHA for e5559f3
tools/msvs/install_tools/install_tools.bat
@@ -61,6 +61,6 @@ cls
61
-ArgumentList '-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command ^
62
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ^
63
iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); ^
64
- choco upgrade -y python visualstudio2019-workload-vctools; ^
+ choco upgrade -y python visualstudio2022-workload-vctools; ^
65
Read-Host ''Type ENTER to exit'' ' ^
66
-Verb RunAs
0 commit comments