move back to default azure-pipelines.yml config file

without.crypto
Myk Melez 6 years ago
parent 7dc94e470b
commit 1b6cef9c3b
  1. 0
      azure-pipelines-template.yml
  2. 6
      azure-pipelines.yml

@ -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
Loading…
Cancel
Save