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