From 2dd41a851cd0e7659038f1f42306412caabe4863 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 9 Oct 2020 10:50:45 -0700 Subject: [PATCH] temporarily focus on just the Windows builds --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 000c9314..1b73f768 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ #pipelines: #- pipeline: -# +# name: CI.$(Date:yyyyMMdd).$(Rev:.r) @@ -16,8 +16,8 @@ pr: - master jobs: -- template: .azure/ci-linux-job.yml -- template: .azure/ci-macos-job.yml +# - template: .azure/ci-linux-job.yml +# - template: .azure/ci-macos-job.yml - template: .azure/ci-windows-job.yml