We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14e2b2 commit cb587aaCopy full SHA for cb587aa
utils/build-windows-toolchain.bat
@@ -109,7 +109,7 @@ set "args=%args% --skip-repository swift-integration-tests"
109
set "args=%args% --skip-repository swift-stress-tester"
110
set "args=%args% --skip-repository swift-xcode-playground-support"
111
112
-call "%SourceRoot%\swift\utils\update-checkout.cmd" %args% --clone --skip-history --reset-to-remote --github-comment "%ghprbCommentBody%"
+call "%SourceRoot%\swift\utils\update-checkout.cmd" %args% --reset-to-remote --clone --skip-history --clean --github-comment "%ghprbCommentBody%"
113
114
goto :eof
115
endlocal
0 commit comments