Skip to content

Commit

Permalink
add macos preview and macos internal
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista committed Oct 1, 2018
1 parent ee9d3ea commit 7a612ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .azure-pipelines/macos-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
jobs:
- template: jobs/test.yml
parameters:
vmImage: Hosted macOS Preview

- template: jobs/package.yml
parameters:
vmImage: Hosted macOS Preview
4 changes: 2 additions & 2 deletions .azure-pipelines/macos.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7a612ee

Please sign in to comment.