Skip to content

Commit

Permalink
Point Azure Pipelines at Visual Studio 2022.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed May 26, 2022
1 parent d36fd8d commit 73d44ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/openxr-sdk-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ stages:
parameters:
sourceDir: $(Pipeline.Workspace)/pregen
buildType: RelWithDebInfo
generator: "Visual Studio 16 2019"
generator: "Visual Studio 17 2022"
useVulkan: "false"
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/build_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
default: "Debug"
- name: generator
type: string
default: "Visual Studio 16 2019"
default: "Visual Studio 17 2022"
- name: cmakeArgs
type: string
default: ""
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import json
import sys

VS_VERSION = 'Visual Studio 16 2019'
VS_VERSION = 'Visual Studio 17 2022'

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

Expand Down

0 comments on commit 73d44ff

Please sign in to comment.