Skip to content

Commit

Permalink
Revert "build: work around bug in MSBuild v16.10.0"
Browse files Browse the repository at this point in the history
This reverts commit 3457130.

Visual Studio v16.10.1 is out.

Closes: nodejs#38872
  • Loading branch information
targos committed Jun 9, 2021
1 parent 9d15c14 commit fe09ae3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vcbuild.bat
Expand Up @@ -334,8 +334,6 @@ if "%target%"=="Build" (
if defined cctest set target="Build"
)
if "%target%"=="node" if exist "%config%\cctest.exe" del "%config%\cctest.exe"
@rem TODO(targos): Remove next line after MSBuild 16.10.1 is released.
if "%target%"=="node" set target="Build"
if defined msbuild_args set "extra_msbuild_args=%extra_msbuild_args% %msbuild_args%"
@rem Setup env variables to use multiprocessor build
set UseMultiToolTask=True
Expand Down

0 comments on commit fe09ae3

Please sign in to comment.