diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0517e3e..db6344c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)