aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644
index 0000000..b44cda1
--- /dev/null
+++ b/azure-pipelines.yml
@@ -0,0 +1,9 @@
+trigger:
+- master
+
+pool:
+ vmImage: 'vs2017-win2016'
+
+steps:
+- powershell: .\download.ps1
+ displayName: 'Run the build'