From 7a612ee9d88d0736828ece7f238c7e70b4f9cc81 Mon Sep 17 00:00:00 2001 From: Brian Cristante Date: Mon, 1 Oct 2018 08:18:29 -0400 Subject: [PATCH] add macos preview and macos internal --- .azure-pipelines/macos-preview.yml | 8 ++++++++ .azure-pipelines/macos.yml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .azure-pipelines/macos-preview.yml diff --git a/.azure-pipelines/macos-preview.yml b/.azure-pipelines/macos-preview.yml new file mode 100644 index 00000000000..d0162d2659b --- /dev/null +++ b/.azure-pipelines/macos-preview.yml @@ -0,0 +1,8 @@ +jobs: +- template: jobs/test.yml + parameters: + vmImage: Hosted macOS Preview + +- template: jobs/package.yml + parameters: + vmImage: Hosted macOS Preview diff --git a/.azure-pipelines/macos.yml b/.azure-pipelines/macos.yml index 7408a38840f..90627172f0c 100644 --- a/.azure-pipelines/macos.yml +++ b/.azure-pipelines/macos.yml @@ -1,8 +1,8 @@ jobs: - template: jobs/test.yml parameters: - vmImage: xcode9-macos10.13 + vmImage: Hosted Mac Internal - template: jobs/package.yml parameters: - vmImage: xcode9-macos10.13 + vmImage: Hosted Mac Internal