diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000000..79e2da77ac --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,7 @@ +trigger: none +pr: none + +jobs: +- template: azure-pipelines/templates/release.yml + parameters: + IsStableRelease: false