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 b598baf + 1abe96a commit 6729802Copy full SHA for 6729802
utils/build-windows-toolchain.bat
@@ -110,7 +110,7 @@ set "args=%args% --skip-repository swift-integration-tests"
110
set "args=%args% --skip-repository swift-stress-tester"
111
set "args=%args% --skip-repository swift-xcode-playground-support"
112
113
-call "%SourceRoot%\swift\utils\update-checkout.cmd" %args% --clone --skip-history --github-comment "%ghprbCommentBody%"
+call "%SourceRoot%\swift\utils\update-checkout.cmd" %args% --clone --skip-history --reset-to-remote --github-comment "%ghprbCommentBody%"
114
115
goto :eof
116
endlocal
0 commit comments