Skip to content

Commit d29cfa1

Browse files
authored
Turn VS2015 back on now that vcpkg is fixed. (microsoft#1335)
1 parent f43bf64 commit d29cfa1

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

azure-pipelines.yml

+10-11
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,16 @@ jobs:
2121
name: 'Windows_VS2017_x64'
2222
targetPlatform: x64
2323
image: 'vs2017-win2016'
24-
# VS2015 is disabled for now pending https://github.com/microsoft/vcpkg/pull/10126
25-
# - template: azure-devops/build-windows.yml
26-
# parameters:
27-
# name: 'Windows_VS2015_x86'
28-
# targetPlatform: x86
29-
# image: 'vs2015-win2012r2'
30-
# - template: azure-devops/build-windows.yml
31-
# parameters:
32-
# name: 'Windows_VS2015_x64'
33-
# targetPlatform: x64
34-
# image: 'vs2015-win2012r2'
24+
- template: azure-devops/build-windows.yml
25+
parameters:
26+
name: 'Windows_VS2015_x86'
27+
targetPlatform: x86
28+
image: 'vs2015-win2012r2'
29+
- template: azure-devops/build-windows.yml
30+
parameters:
31+
name: 'Windows_VS2015_x64'
32+
targetPlatform: x64
33+
image: 'vs2015-win2012r2'
3534
- job: Windows_VS2019_UWP
3635
pool:
3736
vmImage: 'windows-latest'

0 commit comments

Comments
 (0)