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 d8e5cd9 commit 6a2529eCopy full SHA for 6a2529e
utils/build-windows.bat
@@ -127,7 +127,7 @@ git -C "%source_root%\swift" checkout-index --force --all
127
@set "skip_repositories_arg=%skip_repositories_arg% --skip-repository tensorflow-swift-apis"
128
@set "skip_repositories_arg=%skip_repositories_arg% --skip-repository yams"
129
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
+call "%source_root%\swift\utils\update-checkout.cmd" %scheme_arg% %skip_repositories_arg% --clone --skip-history --skip-tags --github-comment "%ghprbCommentBody%" >NUL
131
132
goto :eof
133
endlocal
0 commit comments