We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88cda55 commit 20c7a45Copy full SHA for 20c7a45
jenkins/scripts/windows/node-compile-windows.cmd
@@ -17,6 +17,7 @@ if errorlevel 1 exit /b
17
:: Select files to pack
18
set "BINARY_FILES=config.gypi icu_config.gypi Release/node.exe Release/node.lib Release/openssl-cli.exe Release/cctest.exe Release/node.pdb"
19
if exist Release\node_test_engine.dll set "BINARY_FILES=%BINARY_FILES% Release/node_test_engine.dll"
20
+if exist Release\overlapped-checker.exe set "BINARY_FILES=%BINARY_FILES% Release/overlapped-checker.exe"
21
22
:: Setup binary package
23
rm -rf binary
0 commit comments