diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..e45dec9 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,12 @@ +# CI and PR triggers +trigger: +- master +pr: +- master + +jobs: +- job: Windows + pool: + vmImage: windows-2019 + steps: + - script: build.cmd