Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
move back to default azure-pipelines.yml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mykmelez committed Nov 30, 2018
1 parent 7dc94e4 commit 1b6cef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .azure-pipelines.yml → azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
jobs:
- template: .azure-pipelines-template.yml
- template: azure-pipelines-template.yml
parameters:
name: macOS
vmImage: macOS-10.13

- template: .azure-pipelines-template.yml
- template: azure-pipelines-template.yml
parameters:
name: Linux
vmImage: ubuntu-16.04

- template: .azure-pipelines-template.yml
- template: azure-pipelines-template.yml
parameters:
name: Windows
vmImage: vs2017-win2016

0 comments on commit 1b6cef9

Please sign in to comment.