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 6ea8908 commit 17a479bCopy full SHA for 17a479b
buildscripts/kokoro/windows64.bat
@@ -17,7 +17,7 @@ set JAVA_HOME=
17
18
mkdir grpc-java-helper64
19
cd grpc-java-helper64
20
-call "%VS140COMNTOOLS%\vsvars64.bat" || exit /b 1
+call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat" || exit /b 1
21
call "%WORKSPACE%\buildscripts\make_dependencies.bat" || exit /b 1
22
23
cd "%WORKSPACE%"
0 commit comments