From 25ea66ee5fce655ba5d753f24ddc19855ad287b7 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 27 Jul 2018 13:26:06 -0400 Subject: [PATCH] Set up CI with Azure Pipelines --- azure-pipelines.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..f897f2b2 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,12 @@ +# Empty +# Start with an empty pipeline and add your own build steps. +# https://aka.ms/yaml + +queue: 'Hosted VS2017' + +#variables: +# system.debug: 'true' + +steps: +#- script: | +# 'echo Write your commands here'