From d8027f2969abc801b68e96cc9bc1287b786d16f2 Mon Sep 17 00:00:00 2001 From: Ravi Chande Date: Thu, 20 Jun 2019 12:37:54 -0700 Subject: [PATCH] Create azure-pipelines.yml --- 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 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