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 f9ec8ae commit 77b440bCopy full SHA for 77b440b
windows/internal/vc_install_helper.bat
@@ -1,5 +1,8 @@
1
if "%VC_YEAR%" == "2019" powershell windows/internal/vs2019_install.ps1
2
-if "%VC_YEAR%" == "2022" powershell windows/internal/vs2022_install.ps1
+if "%VC_YEAR%" == "2022" (
3
+ echo "Upgrading MSVC to 2022 is not supported in the CI for reliability reason. Please contact PyTorch Dev Infra for more information"
4
+ set VC_YEAR=2019
5
+)
6
7
set VC_VERSION_LOWER=17
8
set VC_VERSION_UPPER=18
0 commit comments