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 35a91b9 commit aed01deCopy full SHA for aed01de
.bazelci/presubmit.yml
@@ -101,7 +101,7 @@ tasks:
101
batch_commands:
102
- echo --- Downloading and installing Swift %SWIFT_VERSION%
103
- curl.exe -L https://download.swift.org/swift-%SWIFT_VERSION%-release/windows10/swift-%SWIFT_VERSION%-RELEASE/swift-%SWIFT_VERSION%-RELEASE-windows10.exe -o %TEMP%\installer.exe
104
- - start /b /wait %TEMP%\installer.exe /install /passive /norestart & echo %ERRORLEVEL%
+ - start /b /wait %TEMP%\installer.exe /install /passive /norestart /log log.txt & type log.txt
105
<<: *windows_common
106
107
buildifier: latest
0 commit comments