File tree Expand file tree Collapse file tree 15 files changed +15
-0
lines changed
nightly-main/windows/1809
swift-ci/main/windows/LTSC2022 Expand file tree Collapse file tree 15 files changed +15
-0
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});
100100 Write-Host '✓' ; \
101101 } else { \
102102 Write-Host ('✘ ({0})' -f $Hash.Hash); \
103+ exit 1; \
103104 } \
104105 Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105106 $Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100100 Write-Host '✓' ; \
101101 } else { \
102102 Write-Host ('✘ ({0})' -f $Hash.Hash); \
103+ exit 1; \
103104 } \
104105 Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105106 $Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100100 Write-Host '✓' ; \
101101 } else { \
102102 Write-Host ('✘ ({0})' -f $Hash.Hash); \
103+ exit 1; \
103104 } \
104105 Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105106 $Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100100 Write-Host '✓' ; \
101101 } else { \
102102 Write-Host ('✘ ({0})' -f $Hash.Hash); \
103+ exit 1; \
103104 } \
104105 Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105106 $Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100100 Write-Host '✓' ; \
101101 } else { \
102102 Write-Host ('✘ ({0})' -f $Hash.Hash); \
103+ exit 1; \
103104 } \
104105 Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105106 $Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100100 Write-Host '✓' ; \
101101 } else { \
102102 Write-Host ('✘ ({0})' -f $Hash.Hash); \
103+ exit 1; \
103104 } \
104105 Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105106 $Process = \
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
100100 Write-Host '✓' ; \
101101 } else { \
102102 Write-Host ('✘ ({0})' -f $Hash.Hash); \
103+ exit 1; \
103104 } \
104105 Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
105106 $Process = \
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
106106 Write-Host '✓' ; \
107107 } else { \
108108 Write-Host ('✘ ({0})' -f $Hash.Hash); \
109+ exit 1; \
109110 } \
110111 Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
111112 $Process = \
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
106106 Write-Host '✓' ; \
107107 } else { \
108108 Write-Host ('✘ ({0})' -f $Hash.Hash); \
109+ exit 1; \
109110 } \
110111 Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
111112 $Process = \
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
106106 Write-Host '✓' ; \
107107 } else { \
108108 Write-Host ('✘ ({0})' -f $Hash.Hash); \
109+ exit 1; \
109110 } \
110111 Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... ' ; \
111112 $Process = \
You can’t perform that action at this time.
0 commit comments