Skip to content

Commit 6a2529e

Browse files
authored
Update build-windows.bat
Avoid dropping stderr output, this can be important for diagnosing failures.
1 parent d8e5cd9 commit 6a2529e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ git -C "%source_root%\swift" checkout-index --force --all
127127
@set "skip_repositories_arg=%skip_repositories_arg% --skip-repository tensorflow-swift-apis"
128128
@set "skip_repositories_arg=%skip_repositories_arg% --skip-repository yams"
129129

130-
call "%source_root%\swift\utils\update-checkout.cmd" %scheme_arg% %skip_repositories_arg% --clone --skip-history --skip-tags --github-comment "%ghprbCommentBody%" >NUL 2>NUL
130+
call "%source_root%\swift\utils\update-checkout.cmd" %scheme_arg% %skip_repositories_arg% --clone --skip-history --skip-tags --github-comment "%ghprbCommentBody%" >NUL
131131

132132
goto :eof
133133
endlocal

0 commit comments

Comments
 (0)