From 4b3d9d442b050a80f5d59b1a1b5d013bba56e749 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Wed, 26 Jun 2019 08:59:32 -0400 Subject: [PATCH] Add dummy Azure config --- .azure-pipelines/auto.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .azure-pipelines/auto.yml diff --git a/.azure-pipelines/auto.yml b/.azure-pipelines/auto.yml new file mode 100644 index 0000000000000..e772e617b6db7 --- /dev/null +++ b/.azure-pipelines/auto.yml @@ -0,0 +1,15 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +pr: none +trigger: + - auto + +pool: + vmImage: 'Ubuntu 16.04' + +steps: +- script: echo Done + displayName: 'Dummy build'