File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
129129# Install Swift toolchain.
130130ARG SWIFT_RELEASE_METADATA=https://download.swift.org/development/windows10/latest-build.json
131131RUN $Release = curl.exe -sL ${env:SWIFT_RELEASE_METADATA} | ConvertFrom-JSON; \
132- $SWIFT_URL = "\" https://download.swift.org/development/windows10/$($Release.dir)/$($Release.download) \" " ; \
132+ $SWIFT_URL = "\" https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2025-03-10-a/swift-DEVELOPMENT-SNAPSHOT-2025-03-10-a-windows10.exe \" " ; \
133133 Write-Host -NoNewLine ('Downloading {0} ... ' -f ${SWIFT_URL}); \
134134 Invoke-WebRequest -Uri ${SWIFT_URL} -OutFile installer.exe; \
135135 Write-Host '✓' ; \
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
129129# Install Swift toolchain.
130130ARG SWIFT_RELEASE_METADATA=https://download.swift.org/development/windows10/latest-build.json
131131RUN $Release = curl.exe -sL ${env:SWIFT_RELEASE_METADATA} | ConvertFrom-JSON; \
132- $SWIFT_URL = "\" https://download.swift.org/development/windows10/$($Release.dir)/$($Release.download) \" " ; \
132+ $SWIFT_URL = "\" https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2025-03-10-a/swift-DEVELOPMENT-SNAPSHOT-2025-03-10-a-windows10.exe \" " ; \
133133 Write-Host -NoNewLine ('Downloading {0} ... ' -f ${SWIFT_URL}); \
134134 Invoke-WebRequest -Uri ${SWIFT_URL} -OutFile installer.exe; \
135135 Write-Host '✓' ; \
You can’t perform that action at this time.
0 commit comments