From 0ea56f577a3ef010d27b561bff98ed5c0336c663 Mon Sep 17 00:00:00 2001 From: Alex Rukhlin Date: Fri, 27 Jul 2018 11:29:05 -0400 Subject: [PATCH] Setup CI with Azure DevOps --- 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'