azure-sdk-tools/tools/net-changelog-gen-mgmt/ci.yml

28 строки
577 B
YAML

# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
trigger:
branches:
include:
- main
- feature/*
- release/*
- hotfix/*
paths:
include:
- tools/net-changelog-gen-mgmt
pr:
branches:
include:
- main
- feature/*
- release/*
- hotfix/*
paths:
include:
- tools/net-changelog-gen-mgmt
extends:
template: /eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml
parameters:
ToolDirectory: tools/net-changelog-gen-mgmt
ShouldPublishSymbols: false