diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..ac9d627 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,19 @@ +trigger: + branches: + include: + - main + tags: + include: + - v1.* + +pr: none + +pool: + vmImage: 'windows-latest' + +steps: +- checkout: self + +- script: | + echo Hello + displayName: Print hello