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.
2 parents 1775897 + 6a2529e commit 9bdbd38Copy full SHA for 9bdbd38
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