From 93c5864bc5c72bcbee624cf448c4206017062630 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 5 Mar 2020 10:14:46 -0800 Subject: [PATCH] stop testing on win2012 --- .azure-pipelines/templates/installer-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure-pipelines/templates/installer-tests.yml b/.azure-pipelines/templates/installer-tests.yml index 6d5672339..22efdbbf6 100644 --- a/.azure-pipelines/templates/installer-tests.yml +++ b/.azure-pipelines/templates/installer-tests.yml @@ -28,8 +28,6 @@ jobs: imageName: windows-2019 win2016: imageName: vs2017-win2016 - win2012r2: - imageName: vs2015-win2012r2 pool: vmImage: $(imageName) steps: