Loading...
Loading...
Azure DevOps pipeline best practices, patterns, and industry standards
npx skill4agent add josiahsiegel/claude-plugin-marketplace ado-pipeline-best-practices\/D:/repos/project/file.tsxD:\repos\project\file.tsx# Recommended structure
stages:
- stage: Build
- stage: Test
- stage: DeployDev
- stage: DeployStaging
- stage: DeployProductiontrigger:
batch: true
branches:
include: [main, develop]
paths:
exclude: ['docs/*', '**.md']
pr:
autoCancel: true
branches:
include: [main]
schedules:
- cron: '0 0 * * *'
displayName: 'Nightly build'
branches:
include: [main]
always: false # Only if code changed