eng/pipelines/ci-typespec-java.yaml (27 lines of code) (raw):
trigger:
branches:
include:
- main
- hotfix/*
- release/*
pr:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
paths:
include:
- '*'
exclude:
- 'azure-dataplane-tests'
- 'azure-tests'
- 'fluent-tests'
- 'partial-update-tests'
- 'vanilla-tests'
- 'protocol*'
jobs:
- template: /eng/pipelines/jobs/build-typespec.yml
parameters:
UploadSpectorReport: true