Skip to content

Commit 73d44ff

Browse files
committed
Point Azure Pipelines at Visual Studio 2022.
1 parent d36fd8d commit 73d44ff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.azure-pipelines/openxr-sdk-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ stages:
108108
parameters:
109109
sourceDir: $(Pipeline.Workspace)/pregen
110110
buildType: RelWithDebInfo
111-
generator: "Visual Studio 16 2019"
111+
generator: "Visual Studio 17 2022"
112112
useVulkan: "false"

.azure-pipelines/shared/build_msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
default: "Debug"
88
- name: generator
99
type: string
10-
default: "Visual Studio 16 2019"
10+
default: "Visual Studio 17 2022"
1111
- name: cmakeArgs
1212
type: string
1313
default: ""

.azure-pipelines/shared/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import json
55
import sys
66

7-
VS_VERSION = 'Visual Studio 16 2019'
7+
VS_VERSION = 'Visual Studio 17 2022'
88

99
PLATFORMS = ('Win32', 'x64', 'ARM', 'ARM64')
1010

0 commit comments

Comments
 (0)