From 7b274b5a501444436241c382f523c753eb5f7b6c Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jan 2024 09:39:56 +0000 Subject: [PATCH] Add '.azure-pipelines.yml' --- .azure-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .azure-pipelines.yml 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