From 0e044abc135ff64da2d89fa2431189502a23c37c Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 23 May 2025 12:22:20 -0700 Subject: [PATCH] Simplify findvcvarsall.bat Delete unnecessary version check --- src/coreclr/nativeaot/BuildIntegration/findvcvarsall.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/findvcvarsall.bat b/src/coreclr/nativeaot/BuildIntegration/findvcvarsall.bat index 70294486de4500..9524c42b7b136d 100644 --- a/src/coreclr/nativeaot/BuildIntegration/findvcvarsall.bat +++ b/src/coreclr/nativeaot/BuildIntegration/findvcvarsall.bat @@ -15,7 +15,6 @@ IF /I "%~1"=="arm64" SET toolsSuffix=ARM64 FOR /F "tokens=*" %%i IN ( '"%vswherePath%" -latest -prerelease -products * ^ -requires Microsoft.VisualStudio.Component.VC.Tools.%toolsSuffix% ^ - -version [16^,18^) ^ -property installationPath' ) DO SET vsBase=%%i