Skip to content

Commit

Permalink
add eng/common on pr trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
chunyu3 committed May 18, 2022
1 parent 7e5a807 commit c7b6038
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sdk/template/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ trigger:
paths:
include:
- sdk/template/
#if (false)
# The following paths should only be included in template/ci.yml, and removed from any other SDKs which copy this file.
# The surrounding conditions should accomplish that when installed with `dotnet new azsdk`.
# eng/common code changes trigger template pipeline for basic checking.
- eng/common/
#endif

pr:
branches:
Expand All @@ -21,6 +26,12 @@ pr:
paths:
include:
- sdk/template/
#if (false)
# The following paths should only be included in template/ci.yml, and removed from any other SDKs which copy this file.
# The surrounding conditions should accomplish that when installed with `dotnet new azsdk`.
# eng/common code changes trigger template pipeline for basic checking.
- eng/common/
#endif

extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
Expand Down

0 comments on commit c7b6038

Please sign in to comment.