diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000000..e6352f4a70 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,5 @@ +trigger: + - master + +pool: + vmImage: ubuntu-latest