shithub: aubio

Download patch

ref: 6d82adf9b6dfdc88f6000b5eeb210b23d793aa78
parent: ef8a1e4e6820bdf029a5482f53a5fd63eb4fa624
author: Paul Brossier <piem@piem.org>
date: Wed Jan 30 22:36:19 EST 2019

[ci] fix azure vmImage field

--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -3,7 +3,7 @@
 
 - job: linux
   pool:
-    vmImage: 'Ubuntu 16.04'
+    vmImage: 'ubuntu-16.04'
   steps:
   - script: |
       make
@@ -13,7 +13,7 @@
 
 - job: windows
   pool:
-    vmIMage: 'VS2017-Win2016'
+    vmImage: 'vs2017-win2016'
   steps:
   - script: |
       make
@@ -24,7 +24,7 @@
 
 - job: macos
   pool:
-    vmIMage: macOS-10.13
+    vmImage: 'macos-10.13'
   steps:
   - script: |
       brew update