diff --git a/.azure-pipelines-template.yml b/azure-pipelines-template.yml similarity index 100% rename from .azure-pipelines-template.yml rename to azure-pipelines-template.yml diff --git a/.azure-pipelines.yml b/azure-pipelines.yml similarity index 58% rename from .azure-pipelines.yml rename to azure-pipelines.yml index e317b319..5666af58 100644 --- a/.azure-pipelines.yml +++ b/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