2
0
mirror of https://github.com/boostorg/nowide.git synced 2026-02-21 03:02:18 +00:00

Remove outdated vs2015-win2012r2 image from AzP

This commit is contained in:
Alexander Grund
2020-03-25 16:21:12 +01:00
parent 1c16c68d06
commit 80241c4705

View File

@@ -121,11 +121,6 @@ stages:
#B2_CXXSTD: 14 # default
B2_ADDRESS_MODEL: address-model=64,32
VM_IMAGE: 'vs2017-win2016'
VS 2015 C++14:
B2_TOOLSET: msvc-14.0
#B2_CXXSTD: 14 # default
B2_ADDRESS_MODEL: address-model=64,32
VM_IMAGE: 'vs2015-win2012r2'
pool:
vmImage: $(VM_IMAGE)