[3.4] Update Visual Studio Build Tools to 2022 (#5702). (#5754)

(cherry picked from commit 22ede49462)

Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Jakub Kuczys
2022-06-05 04:10:26 +02:00
committed by GitHub
parent a34bab9881
commit 1e95063859

View File

@@ -30,7 +30,7 @@ Then run each of the following commands:
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y
choco upgrade visualstudio2019-workload-vctools -y choco upgrade visualstudio2022-workload-vctools -y
choco upgrade python3 -y --version 3.9.13 choco upgrade python3 -y --version 3.9.13
For Audio support, you should also run the following command before exiting: For Audio support, you should also run the following command before exiting: