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 ecb5f86 commit f36fce8Copy full SHA for f36fce8
nightly-main/windows/LTSC2022/Dockerfile
@@ -96,7 +96,7 @@ RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:PY39});
96
97
# Install Visual Studio Build Tools
98
ARG VSB=https://aka.ms/vs/17/release/vs_buildtools.exe
99
-ARG VSB_SHA256=15A2A6591B1E91B63E9909864FCBC68459EB26124B814618947215F754CD9CEE
+ARG VSB_SHA256=95B8BCAC49757DBA2BD80827484E65B2F0EF57C11C143B87514B913839F78657
100
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:VSB}); \
101
Invoke-WebRequest -Uri ${env:VSB} -OutFile vs_buildtools.exe; \
102
Write-Host '✓'; \
0 commit comments