From dd4bd2d5c6bc60456e88898bfe008d21ab3affe4 Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Tue, 2 Jun 2020 15:53:24 -0400 Subject: [PATCH] Disabling other OS runs for now until pipeline is set up. --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 07f7b28f0..8281f79c6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,10 +11,10 @@ strategy: matrix: linux: imageName: "ubuntu-16.04" - mac: - imageName: "macos-10.14" - windows: - imageName: "vs2017-win2016" + # mac: + # imageName: "macos-10.14" + # windows: + # imageName: "vs2017-win2016" maxParallel: 3 pool: