From a0de275bd744ba90867636ad7edda82b40f39868 Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Thu, 8 Aug 2019 09:27:49 -0400 Subject: [PATCH] Remove Mac build until someone with a Mac can fix it Signed-off-by: Derrick Stolee --- .azure-pipelines/pull-request.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines/pull-request.yml b/.azure-pipelines/pull-request.yml index f462e5aa08..a5f3a1fa12 100644 --- a/.azure-pipelines/pull-request.yml +++ b/.azure-pipelines/pull-request.yml @@ -21,8 +21,8 @@ jobs: steps: - template: templates/windows-build-and-unit-test.yml - - job: macOS - pool: - vmImage: macOS 10.13 - steps: - - template: templates/macos-build-and-unit-test.yml + #- job: macOS + # pool: + # vmImage: macOS 10.13 + # steps: + # - template: templates/macos-build-and-unit-test.yml