File tree Expand file tree Collapse file tree 16 files changed +34
-18
lines changed
swift-ci/main/windows/LTSC2022 Expand file tree Collapse file tree 16 files changed +34
-18
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100
100
Write-Host '✓' ; \
101
101
} else { \
102
102
Write-Host ('✘ ({0})' -f $Hash.Hash); \
103
+ exit 1; \
103
104
} \
104
105
Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105
106
$Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100
100
Write-Host '✓' ; \
101
101
} else { \
102
102
Write-Host ('✘ ({0})' -f $Hash.Hash); \
103
+ exit 1; \
103
104
} \
104
105
Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105
106
$Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100
100
Write-Host '✓' ; \
101
101
} else { \
102
102
Write-Host ('✘ ({0})' -f $Hash.Hash); \
103
+ exit 1; \
103
104
} \
104
105
Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105
106
$Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100
100
Write-Host '✓' ; \
101
101
} else { \
102
102
Write-Host ('✘ ({0})' -f $Hash.Hash); \
103
+ exit 1; \
103
104
} \
104
105
Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105
106
$Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100
100
Write-Host '✓' ; \
101
101
} else { \
102
102
Write-Host ('✘ ({0})' -f $Hash.Hash); \
103
+ exit 1; \
103
104
} \
104
105
Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105
106
$Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100
100
Write-Host '✓' ; \
101
101
} else { \
102
102
Write-Host ('✘ ({0})' -f $Hash.Hash); \
103
+ exit 1; \
103
104
} \
104
105
Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105
106
$Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100
100
Write-Host '✓' ; \
101
101
} else { \
102
102
Write-Host ('✘ ({0})' -f $Hash.Hash); \
103
+ exit 1; \
103
104
} \
104
105
Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105
106
$Process = \
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:PY39});
95
95
Remove-Item -ErrorAction SilentlyContinue -Force -Recurse ${env:TEMP}\*
96
96
97
97
# Install Visual Studio Build Tools
98
- ARG VSB=https://aka.ms/vs/17/release/vs_buildtools .exe
99
- ARG VSB_SHA256=15A2A6591B1E91B63E9909864FCBC68459EB26124B814618947215F754CD9CEE
98
+ ARG VSB=https://download.visualstudio.microsoft.com/download/pr/ae7ac791-9759-4076-bba7-47ff510c57af/a783199025439d65f310bff041e278b966a6dbed8dbcd7fc96b55389f574ef41/vs_BuildTools .exe
99
+ ARG VSB_SHA256=A783199025439D65F310BFF041E278B966A6DBED8DBCD7FC96B55389F574EF41
100
100
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB}); \
101
101
Invoke-WebRequest -Uri ${env:VSB} -OutFile vs_buildtools.exe; \
102
102
Write-Host '✓' ; \
@@ -106,6 +106,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
106
106
Write-Host '✓' ; \
107
107
} else { \
108
108
Write-Host ('✘ ({0})' -f $Hash.Hash); \
109
+ exit 1; \
109
110
} \
110
111
Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
111
112
$Process = \
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:PY39});
95
95
Remove-Item -ErrorAction SilentlyContinue -Force -Recurse ${env:TEMP}\*
96
96
97
97
# Install Visual Studio Build Tools
98
- ARG VSB=https://aka.ms/vs/17/release/vs_buildtools .exe
99
- ARG VSB_SHA256=15A2A6591B1E91B63E9909864FCBC68459EB26124B814618947215F754CD9CEE
98
+ ARG VSB=https://download.visualstudio.microsoft.com/download/pr/ae7ac791-9759-4076-bba7-47ff510c57af/a783199025439d65f310bff041e278b966a6dbed8dbcd7fc96b55389f574ef41/vs_BuildTools .exe
99
+ ARG VSB_SHA256=A783199025439D65F310BFF041E278B966A6DBED8DBCD7FC96B55389F574EF41
100
100
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB}); \
101
101
Invoke-WebRequest -Uri ${env:VSB} -OutFile vs_buildtools.exe; \
102
102
Write-Host '✓' ; \
@@ -106,6 +106,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
106
106
Write-Host '✓' ; \
107
107
} else { \
108
108
Write-Host ('✘ ({0})' -f $Hash.Hash); \
109
+ exit 1; \
109
110
} \
110
111
Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
111
112
$Process = \
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:PY39});
95
95
Remove-Item -ErrorAction SilentlyContinue -Force -Recurse ${env:TEMP}\*
96
96
97
97
# Install Visual Studio Build Tools
98
- ARG VSB=https://aka.ms/vs/17/release/vs_buildtools .exe
99
- ARG VSB_SHA256=15A2A6591B1E91B63E9909864FCBC68459EB26124B814618947215F754CD9CEE
98
+ ARG VSB=https://download.visualstudio.microsoft.com/download/pr/ae7ac791-9759-4076-bba7-47ff510c57af/a783199025439d65f310bff041e278b966a6dbed8dbcd7fc96b55389f574ef41/vs_BuildTools .exe
99
+ ARG VSB_SHA256=A783199025439D65F310BFF041E278B966A6DBED8DBCD7FC96B55389F574EF41
100
100
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB}); \
101
101
Invoke-WebRequest -Uri ${env:VSB} -OutFile vs_buildtools.exe; \
102
102
Write-Host '✓' ; \
@@ -106,6 +106,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
106
106
Write-Host '✓' ; \
107
107
} else { \
108
108
Write-Host ('✘ ({0})' -f $Hash.Hash); \
109
+ exit 1; \
109
110
} \
110
111
Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
111
112
$Process = \
You can’t perform that action at this time.
0 commit comments