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