Skip to content

Commit 41f81e9

Browse files
nanotaboadaCopilot
andcommitted
chore(ci): disable Azure Pipeline in favour of GitHub Actions
CI is fully covered by dotnet-ci.yml (build, test, coverage, commitlint) and dotnet-cd.yml (release). The Azure Pipeline added queue latency with no unique value. Kept azure-pipelines.yml for educational reference with triggers set to none. Removes the Azure DevOps build badge from README.md. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9f8e3c3 commit 41f81e9

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![.NET CI](https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/actions/workflows/dotnet-ci.yml/badge.svg)](https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/actions/workflows/dotnet-ci.yml)
44
[![.NET CD](https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/actions/workflows/dotnet-cd.yml/badge.svg)](https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/actions/workflows/dotnet-cd.yml)
55
[![CodeQL](https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/actions/workflows/github-code-scanning/codeql)
6-
[![Build Status](https://dev.azure.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/_apis/build/status%2FDotnet.Samples.AspNetCore.WebApi?branchName=master)](https://dev.azure.com/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/_build/latest?definitionId=14&branchName=master)
76
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanotaboada_Dotnet.Samples.AspNetCore.WebApi&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=nanotaboada_Dotnet.Samples.AspNetCore.WebApi)
87
[![codecov](https://codecov.io/gh/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/graph/badge.svg?token=hgJc1rStJ9)](https://codecov.io/gh/nanotaboada/Dotnet.Samples.AspNetCore.WebApi)
98
[![CodeFactor](https://www.codefactor.io/repository/github/nanotaboada/Dotnet.Samples.AspNetCore.WebApi/badge)](https://www.codefactor.io/repository/github/nanotaboada/Dotnet.Samples.AspNetCore.WebApi)

azure-pipelines.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@
33
# https://learn.microsoft.com/en-us/azure/devops/pipelines/ecosystems/dotnet-core
44

55
# Pipeline triggers:
6-
# - Runs on pushes to master (production deployments)
7-
# - Runs on all pull requests to master (validation before merge)
8-
# - Does NOT run on pushes to development branches (cost optimization)
9-
# Development branches (refactor/*, fix/*, feat/*, etc.) are validated only when a PR is opened
10-
trigger:
11-
- master
6+
# - Disabled: CI is fully covered by GitHub Actions (.github/workflows/dotnet-ci.yml)
7+
# - Kept for educational/reference purposes only
8+
trigger: none
129

13-
pr:
14-
- master
10+
pr: none
1511

1612
# Agent pool configuration (equivalent to GitHub Actions 'runs-on: ubuntu-latest')
1713
pool:

0 commit comments

Comments
 (0)