From e68d8a0d9cb332143864bad32929e0cd5c9fb00c Mon Sep 17 00:00:00 2001 From: Aleksandr Levochkin <107044793+aleksandrlevochkin@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:32:21 +0100 Subject: [PATCH] Create azure-pipelines.yml --- azure-pipelines.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 azure-pipelines.yml 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