From bc60ed8c7040fba7c76230656f88b46bc82b8fa1 Mon Sep 17 00:00:00 2001 From: "venkeyboda07@gmail.com" Date: Wed, 18 Dec 2024 11:53:43 +0530 Subject: [PATCH] added pipelines --- azure-pipelines.yaml | 18 ++++++++++++++++++ azure-pipilines.yaml | 3 --- 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 azure-pipelines.yaml delete mode 100644 azure-pipilines.yaml diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml new file mode 100644 index 000000000..0082280fe --- /dev/null +++ b/azure-pipelines.yaml @@ -0,0 +1,18 @@ +--- + pool: Default + + trigger: none + + pr: + - main + + resources: + repositories: + - repository: reusablePublicAssets + type: github + name: VenkeyBoda/AzureDevops_Templates + ref: 'refs/heads/main' + endpoint: 'github.com_VenkeyBoda' + + extends: + template: maven/maven.pipeline.yaml@reusablePublicAssets \ No newline at end of file diff --git a/azure-pipilines.yaml b/azure-pipilines.yaml deleted file mode 100644 index cc1dae203..000000000 --- a/azure-pipilines.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- - pool: - \ No newline at end of file