File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
packages/http-client-csharp Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 55 paths :
66 include :
77 - eng/packages/http-client-csharp
8+ - eng/scripts/typespec
89pr :
910 branches :
1011 include :
1516 paths :
1617 include :
1718 - eng/packages/http-client-csharp
19+ - eng/scripts/typespec
1820
1921parameters :
2022 - name : BuildPrereleaseVersion
Original file line number Diff line number Diff line change 11# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
2+ # Excludes eng/scripts/typespec as these are only used in the eng/packages/http-client-csharp/ci.yml pipeline.
3+
24trigger :
35 branches :
46 include :
@@ -9,6 +11,8 @@ trigger:
911 paths :
1012 include :
1113 - eng/scripts/*
14+ exclude :
15+ - eng/scripts/typespec
1216
1317pr :
1418 branches :
2024 paths :
2125 include :
2226 - eng/scripts/*
27+ exclude :
28+ - eng/scripts/typespec
2329
2430extends :
2531 template : /eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml
You can’t perform that action at this time.
0 commit comments