From 13b2de13390651f376dab3b54a7ff2c6fb92f494 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 6 Jun 2019 19:12:36 -0700 Subject: [PATCH] Enable the linux and mac jobs --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 06d91ee7..602f144c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,8 +7,8 @@ name: CI.$(Date:yyyyMMdd).$(Rev:.r) 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