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 fb87306 + 96f75f5 commit 2d02047Copy full SHA for 2d02047
utils/build-windows.bat
@@ -120,7 +120,7 @@ git -C "%source_root%\swift" checkout-index --force --all
120
@set "skip_repositories_arg=%skip_repositories_arg% --skip-repository tensorflow-swift-apis"
121
@set "skip_repositories_arg=%skip_repositories_arg% --skip-repository yams"
122
123
-call "%source_root%\swift\utils\update-checkout.cmd" %scheme_arg% %skip_repositories_arg% --clone --skip-history --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 2>NUL
124
125
goto :eof
126
endlocal
0 commit comments