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'