diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..bac42740 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,14 @@ +# 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 + +trigger: +- master + +pool: + vmImage: 'windows-2019' + +steps: +- script: build.cmd test + displayName: 'Build & Test'