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