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 3bf68fb commit ecb5f86Copy full SHA for ecb5f86
nightly-main/windows/LTSC2022/Dockerfile
@@ -106,6 +106,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB});
106
Write-Host '✓'; \
107
} else { \
108
Write-Host ('✘ ({0})' -f $Hash.Hash); \
109
+ exit 1; \
110
} \
111
Write-Host -NoNewLine 'Installing Visual Studio Build Tools ... '; \
112
$Process = \
0 commit comments