File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ trigger:
1212 - eng/
1313 exclude :
1414 - eng/mgmt/
15+ - eng/common/
1516
1617pr :
1718 branches :
2829 - samples/
2930 exclude :
3031 - eng/mgmt/
32+ - eng/common/
3133
3234extends :
3335 template : ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ trigger:
88 paths :
99 include :
1010 - sdk/template/
11+ # if (false)
12+ # The following paths should only be included in template/ci.yml, and removed from any other SDKs which copy this file.
13+ # The surrounding conditions should accomplish that when installed with `dotnet new azsdk`.
14+ # eng/common code changes trigger template pipeline for basic checking.
15+ - eng/common/
1116
1217pr :
1318 branches :
2227# if (false)
2328 # The following paths should only be included in template/ci.yml, and removed from any other SDKs which copy this file.
2429 # The surrounding conditions should accomplish that when installed with `dotnet new azsdk`.
30+ # eng/common code changes trigger template pipeline for basic checking.
31+ - eng/common/
2532 - common/Perf/
2633 - common/PerfStressShared/
2734 - common/Stress/
You can’t perform that action at this time.
0 commit comments