Skip to content

Commit fcd2f7a

Browse files
committed
tools,win: upgrade install additional tools to Visual Studio 2026
1 parent 8c380de commit fcd2f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/msvs/install_tools/install_tools.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo license terms or not. Read and understand the license terms of the packages
3939
echo being installed and their dependencies prior to installation:
4040
echo - https://chocolatey.org/packages/chocolatey
4141
echo - https://chocolatey.org/packages/python
42-
echo - https://chocolatey.org/packages/visualstudio2022-workload-vctools
42+
echo - https://chocolatey.org/packages/visualstudio2026-workload-vctools
4343
echo.
4444
echo This script is provided AS-IS without any warranties of any kind
4545
echo ----------------------------------------------------------------
@@ -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 visualstudio2022-workload-vctools; ^
64+
choco upgrade -y python visualstudio2026-workload-vctools; ^
6565
Read-Host ''Type ENTER to exit'' ' ^
6666
-Verb RunAs

0 commit comments

Comments
 (0)