Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the windows pipelines #1737

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
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