eng/pipelines/ci.yaml (21 lines of code) (raw):
trigger:
branches:
include:
- main
- hotfix/*
- release/*
pr:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- '*'
exclude:
- 'fluent*'
- 'typespec*'
jobs:
- template: /eng/pipelines/jobs/build-autorest.yml