Skip to content

Commit f0dd0db

Browse files
authored
Trigger template instead of core for eng/common (Azure#27597)
1 parent c7340f7 commit f0dd0db

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

sdk/core/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ trigger:
1212
- eng/
1313
exclude:
1414
- eng/mgmt/
15+
- eng/common/
1516

1617
pr:
1718
branches:
@@ -28,6 +29,7 @@ pr:
2829
- samples/
2930
exclude:
3031
- eng/mgmt/
32+
- eng/common/
3133

3234
extends:
3335
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml

sdk/template/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1217
pr:
1318
branches:
@@ -22,6 +27,8 @@ pr:
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/

0 commit comments

Comments
 (0)