Skip to content

Commit

Permalink
remove if statement in ci.yml (#28794)
Browse files Browse the repository at this point in the history
* remove if statement

* add eng/common on pr trigger
  • Loading branch information
chunyu3 authored May 18, 2022
1 parent db4973e commit 796f8d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/template/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,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 796f8d0

Please sign in to comment.