Skip to content

Commit 6962c64

Browse files
targosrichardlau
authored andcommitted
Revert "build: work around bug in MSBuild v16.10.0"
This reverts commit 3457130. Visual Studio v16.10.1 is out. Closes: #38872 PR-URL: #38977 Fixes: #38872 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 54a250e commit 6962c64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vcbuild.bat

-2
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@ if "%target%"=="Build" (
372372
if defined cctest set target="Build"
373373
)
374374
if "%target%"=="node" if exist "%config%\cctest.exe" del "%config%\cctest.exe"
375-
@rem TODO(targos): Remove next line after MSBuild 16.10.1 is released.
376-
if "%target%"=="node" set target="Build"
377375
if defined msbuild_args set "extra_msbuild_args=%extra_msbuild_args% %msbuild_args%"
378376
@rem Setup env variables to use multiprocessor build
379377
set UseMultiToolTask=True

0 commit comments

Comments
 (0)