Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
jobs:
- template: azure-devops/build-windows.yml
parameters:
name: 'Windows_VS2019_x86'
name: 'Windows_VS2022_x86'
targetPlatform: x86
image: 'windows-latest'
- template: azure-devops/build-windows.yml
parameters:
name: 'Windows_VS2019_x64'
name: 'Windows_VS2022_x64'
targetPlatform: x64
image: 'windows-latest'
- template: azure-devops/build-windows.yml
parameters:
name: 'Windows_VS2017_x86'
name: 'Windows_VS2019_x86'
targetPlatform: x86
image: 'vs2017-win2016'
image: 'windows-2019'
- template: azure-devops/build-windows.yml
parameters:
name: 'Windows_VS2017_x64'
name: 'Windows_VS2019_x64'
targetPlatform: x64
image: 'vs2017-win2016'
image: 'windows-2019'
- job: Windows_VS2019_UWP
pool:
vmImage: 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 10414 files