diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml deleted file mode 100644 index 71d192d..0000000 --- a/azure-pipelines.yaml +++ /dev/null @@ -1,29 +0,0 @@ -name: CPP Context Verify & Validation - -# Need to update this for actual migration -trigger: - branches: - include: - - master - - main -pr: - - '*' - -resources: - repositories: - - repository: cppAzureDevOpsTemplates - type: github - name: hmcts/cpp-azure-devops-templates - endpoint: 'hmcts' - ref: 'main' - -pool: - name: "MDV-ADO-AGENT-AKS-01" - demands: - - identifier -equals ubuntu-j21 - -stages: - - template: pipelines/vp-build.yaml@cppAzureDevOpsTemplates - parameters: - repo: "$(Build.Repository.Name)" -