Skip to content

Commit 13055ac

Browse files
committed
Fix visual studio version for all windows builds
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 362cc15 commit 13055ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/docker/windows.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG BASE_IMAGE=mcr.microsoft.com/dotnet/framework/runtime:4.8
44
FROM ${BASE_IMAGE}
55

66
SHELL ["powershell"]
7-
ENV VS_VERSION=2019
7+
ENV VS_VERSION=2022
88
RUN [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; `
99
Switch ($env:VS_VERSION) { `
1010
"2019" {$url_version = "16"} `

0 commit comments

Comments
 (0)