diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml new file mode 100644 index 0000000..a2d41ff --- /dev/null +++ b/.azure-pipelines.yml @@ -0,0 +1,10 @@ +trigger: + branches: + include: + - main + +pool: + vmImage: 'ubuntu-latest' + +steps: +script: echo 'Hello, this is your build step.' \ No newline at end of file