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 d8265db commit 72506e0Copy full SHA for 72506e0
dockerfiles/Dockerfile.windows
@@ -23,7 +23,7 @@ RUN Remove-Item -Path $env:TEMP\* -Recurse -Force -ErrorAction SilentlyContinue;
23
Remove-Item -Path C:\Windows\Temp\* -Recurse -Force -ErrorAction SilentlyContinue; `
24
New-Item -ItemType Directory -Path $env:TEMP -Force -ErrorAction SilentlyContinue;
25
26
-# Install Visual Studio Build Tools 2019 (MSVS_VERSION=16) / 2022 (MSVS_VERSION=17, requires WINDOWS_VERSION=ltsc2022)
+# Install Visual Studio Build Tools 2019 (MSVS_VERSION=16) / 2022 (MSVS_VERSION=17)
27
WORKDIR /local
28
ARG MSVS_VERSION="17"
29
ENV MSVS_BUILD_TOOLS_VERSION="$MSVS_VERSION" `
0 commit comments